Html Css Color HEX #CEA496 Rose

📋 copy color: '#CEA496'

red 206 ◦ green 164 ◦ blue 150

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

Shades of Rose #CEA496

Tints of Rose #CEA496

RGB

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

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

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

R = 39.62%
G = 31.54%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEA496 (or 0xCEA496) is known color: Rose. HEX triplet: CE, A4 and 96. RGB value is (206,164,150). Sum of RGB (Red+Green+Blue) = 206+164+150=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA496 is #315B69. Grayscale: #AFAFAF. Windows color (decimal): -3234666 or 9872590. OLE color: 9872590.

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

Color convert

RGB 206 164 150 -
CMYK 0 0.20 0.27 0.19
HSL 15º 0.36% 0.7% -
HSV(B) 15º 0.27% 0.81% -
XYZ 44.23 41.87 34.61 -
YUV 174.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 206 164 150 0 0.20 0.27 0.19 15 0.36 0.7
Hex CE A4 96 0 14 1B 13 F 24 46
Octal 316 244 226 0 24 33 23 17 44 106
Binary 11001110 10100100 10010110 0 10100 11011 10011 1111 100100 1000110

Color Harmonies of #CEA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA496

Black with #CEA496

Text Example


Text Example

White with #CEA496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA496; }

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

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

background-color css

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

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

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

border-color css

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

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

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