Html Css Color HEX #CEA097 Rose

📋 copy color: '#CEA097'

red 206 ◦ green 160 ◦ blue 151

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

Shades of Rose #CEA097

Tints of Rose #CEA097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 39.85%
G = 30.95%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEA097 (or 0xCEA097) is known color: Rose. HEX triplet: CE, A0 and 97. RGB value is (206,160,151). Sum of RGB (Red+Green+Blue) = 206+160+151=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA097 is #315F68. Grayscale: #ACACAC. Windows color (decimal): -3235689 or 9937102. OLE color: 9937102.

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

Color convert

RGB 206 160 151 -
CMYK 0 0.22 0.27 0.19
HSL 9.82º 0.36% 0.7% -
HSV(B) 9.82º 0.27% 0.81% -
XYZ 43.61 40.5 34.8 -
YUV 172.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 206 160 151 0 0.22 0.27 0.19 9.82 0.36 0.7
Hex CE A0 97 0 16 1B 13 A 24 46
Octal 316 240 227 0 26 33 23 12 44 106
Binary 11001110 10100000 10010111 0 10110 11011 10011 1010 100100 1000110

Color Harmonies of #CEA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA097

Black with #CEA097

Text Example


Text Example

White with #CEA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA097; }

 p { color: rgb(206,160,151); }

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

background-color css

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

 a { background-color: rgb(206,160,151); }

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

border-color css

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

 span { border-color: rgb(206,160,151); }

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