Html Css Color HEX #CEA696 Rose

📋 copy color: '#CEA696'

red 206 ◦ green 166 ◦ blue 150

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

Shades of Rose #CEA696

Tints of Rose #CEA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.8%

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

R = 39.46%
G = 31.8%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEA696 (or 0xCEA696) is known color: Rose. HEX triplet: CE, A6 and 96. RGB value is (206,166,150). Sum of RGB (Red+Green+Blue) = 206+166+150=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA696 is #315969. Grayscale: #B0B0B0. Windows color (decimal): -3234154 or 9873102. OLE color: 9873102.

HSL color Cylindrical-coordinate representation of color #CEA696: hue angle of 17.14º 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 #CEA696 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 150 -
CMYK 0 0.19 0.27 0.19
HSL 17.14º 0.36% 0.7% -
HSV(B) 17.14º 0.27% 0.81% -
XYZ 44.59 42.6 34.73 -
YUV 176.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 206 166 150 0 0.19 0.27 0.19 17.14 0.36 0.7
Hex CE A6 96 0 13 1B 13 11 24 46
Octal 316 246 226 0 23 33 23 21 44 106
Binary 11001110 10100110 10010110 0 10011 11011 10011 10001 100100 1000110

Color Harmonies of #CEA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA696

Black with #CEA696

Text Example


Text Example

White with #CEA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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