Html Css Color HEX #CEA490 Rose

📋 copy color: '#CEA490'

red 206 ◦ green 164 ◦ blue 144

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

Shades of Rose #CEA490

Tints of Rose #CEA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.91%

 BLUE value IS 144 (56.64% from 255) = 28.02%

R = 40.08%
G = 31.91%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CEA490 (or 0xCEA490) is known color: Rose. HEX triplet: CE, A4 and 90. RGB value is (206,164,144). Sum of RGB (Red+Green+Blue) = 206+164+144=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA490 is #315B6F. Grayscale: #AEAEAE. Windows color (decimal): -3234672 or 9479374. OLE color: 9479374.

HSL color Cylindrical-coordinate representation of color #CEA490: hue angle of 19.35º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA490 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 144 -
CMYK 0 0.20 0.30 0.19
HSL 19.35º 0.39% 0.69% -
HSV(B) 19.35º 0.3% 0.81% -
XYZ 43.76 41.69 32.13 -
YUV 174.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 206 164 144 0 0.20 0.30 0.19 19.35 0.39 0.69
Hex CE A4 90 0 14 1E 13 13 27 45
Octal 316 244 220 0 24 36 23 23 47 105
Binary 11001110 10100100 10010000 0 10100 11110 10011 10011 100111 1000101

Color Harmonies of #CEA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA490

Black with #CEA490

Text Example


Text Example

White with #CEA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA490; }

 p { color: rgb(206,164,144); }

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

background-color css

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

 a { background-color: rgb(206,164,144); }

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

border-color css

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

 span { border-color: rgb(206,164,144); }

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