Html Css Color HEX #CEC08C Winter Hazel

📋 copy color: '#CEC08C'

red 206 ◦ green 192 ◦ blue 140

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

Shades of Winter Hazel #CEC08C

Tints of Winter Hazel #CEC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 38.29%
G = 35.69%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEC08C (or 0xCEC08C) is known color: Winter Hazel. HEX triplet: CE, C0 and 8C. RGB value is (206,192,140). Sum of RGB (Red+Green+Blue) = 206+192+140=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08C is #313F73. Grayscale: #BEBEBE. Windows color (decimal): -3227508 or 9224398. OLE color: 9224398.

HSL color Cylindrical-coordinate representation of color #CEC08C: hue angle of 47.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEC08C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 140 -
CMYK 0 0.07 0.32 0.19
HSL 47.27º 0.4% 0.68% -
HSV(B) 47.27º 0.32% 0.81% -
XYZ 49.04 52.71 32.4 -
YUV 190.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 206 192 140 0 0.07 0.32 0.19 47.27 0.4 0.68
Hex CE C0 8C 0 7 20 13 2F 28 44
Octal 316 300 214 0 7 40 23 57 50 104
Binary 11001110 11000000 10001100 0 111 100000 10011 101111 101000 1000100

Color Harmonies of #CEC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC08C

Black with #CEC08C

Text Example


Text Example

White with #CEC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC08C; }

 p { color: rgb(206,192,140); }

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

background-color css

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

 a { background-color: rgb(206,192,140); }

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

border-color css

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

 span { border-color: rgb(206,192,140); }

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