Html Css Color HEX #CEA796 Rose

📋 copy color: '#CEA796'

red 206 ◦ green 167 ◦ blue 150

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

Shades of Rose #CEA796

Tints of Rose #CEA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.93%

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

R = 39.39%
G = 31.93%
B = 28.68%

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

#CEA796 (or 0xCEA796) is known color: Rose. HEX triplet: CE, A7 and 96. RGB value is (206,167,150). Sum of RGB (Red+Green+Blue) = 206+167+150=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA796 is #315869. Grayscale: #B0B0B0. Windows color (decimal): -3233898 or 9873358. OLE color: 9873358.

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

Color convert

RGB 206 167 150 -
CMYK 0 0.19 0.27 0.19
HSL 18.21º 0.36% 0.7% -
HSV(B) 18.21º 0.27% 0.81% -
XYZ 44.78 42.96 34.79 -
YUV 176.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 206 167 150 0 0.19 0.27 0.19 18.21 0.36 0.7
Hex CE A7 96 0 13 1B 13 12 24 46
Octal 316 247 226 0 23 33 23 22 44 106
Binary 11001110 10100111 10010110 0 10011 11011 10011 10010 100100 1000110

Color Harmonies of #CEA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA796

Black with #CEA796

Text Example


Text Example

White with #CEA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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