Html Css Color HEX #CEA896 Rose

📋 copy color: '#CEA896'

red 206 ◦ green 168 ◦ blue 150

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

Shades of Rose #CEA896

Tints of Rose #CEA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.06%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 39.31%
G = 32.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEA896 (or 0xCEA896) is known color: Rose. HEX triplet: CE, A8 and 96. RGB value is (206,168,150). Sum of RGB (Red+Green+Blue) = 206+168+150=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA896 is #315769. Grayscale: #B1B1B1. Windows color (decimal): -3233642 or 9873614. OLE color: 9873614.

HSL color Cylindrical-coordinate representation of color #CEA896: hue angle of 19.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA896 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 150 -
CMYK 0 0.18 0.27 0.19
HSL 19.29º 0.36% 0.7% -
HSV(B) 19.29º 0.27% 0.81% -
XYZ 44.96 43.33 34.85 -
YUV 177.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 206 168 150 0 0.18 0.27 0.19 19.29 0.36 0.7
Hex CE A8 96 0 12 1B 13 13 24 46
Octal 316 250 226 0 22 33 23 23 44 106
Binary 11001110 10101000 10010110 0 10010 11011 10011 10011 100100 1000110

Color Harmonies of #CEA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA896

Black with #CEA896

Text Example


Text Example

White with #CEA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA896; }

 p { color: rgb(206,168,150); }

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

background-color css

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

 a { background-color: rgb(206,168,150); }

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

border-color css

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

 span { border-color: rgb(206,168,150); }

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