Html Css Color HEX #CE728D Charm

📋 copy color: '#CE728D'

red 206 ◦ green 114 ◦ blue 141

#CE728D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #CE728D

Tints of Charm #CE728D

RGB

 RED value IS 206 (80.86% from 255) = 44.69%

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 44.69%
G = 24.73%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE728D (or 0xCE728D) is known color: Charm. HEX triplet: CE, 72 and 8D. RGB value is (206,114,141). Sum of RGB (Red+Green+Blue) = 206+114+141=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE728D is #318D72. Grayscale: #909090. Windows color (decimal): -3247475 or 9269966. OLE color: 9269966.

HSL color Cylindrical-coordinate representation of color #CE728D: hue angle of 342.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE728D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 141 -
CMYK 0 0.45 0.32 0.19
HSL 342.39º 0.48% 0.63% -
HSV(B) 342.39º 0.45% 0.81% -
XYZ 36.28 27.08 28.51 -
YUV 144.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 206 114 141 0 0.45 0.32 0.19 342.39 0.48 0.63
Hex CE 72 8D 0 2D 20 13 156 30 3F
Octal 316 162 215 0 55 40 23 526 60 77
Binary 11001110 1110010 10001101 0 101101 100000 10011 101010110 110000 111111

Color Harmonies of #CE728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE728D

Black with #CE728D

Text Example


Text Example

White with #CE728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE728D; }

 p { color: rgb(206,114,141); }

 H1.HeaderClassName
 {
   color: #CE728D;
 }
 .AnyTagClassName
 {
   color: #CE728D;
 }
</style>

background-color css

<style>
 a { background-color: #CE728D; }

 a { background-color: rgb(206,114,141); }

 div.DivClassName
 {
   background-color: #CE728D;
 }
 .BgClassName
 {
   background-color: #CE728D;
 }
</style>

border-color css

<style>
 span { border-color: #CE728D; }

 span { border-color: rgb(206,114,141); }

 td.TdClassName
 {
   border-color: #CE728D;
 }
 .TagClassName
 {
   border-color: #CE728D;
 }
</style>