Html Css Color HEX #CEC48E Winter Hazel

📋 copy color: '#CEC48E'

red 206 ◦ green 196 ◦ blue 142

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

Shades of Winter Hazel #CEC48E

Tints of Winter Hazel #CEC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.03%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 37.87%
G = 36.03%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CEC48E (or 0xCEC48E) is known color: Winter Hazel. HEX triplet: CE, C4 and 8E. RGB value is (206,196,142). Sum of RGB (Red+Green+Blue) = 206+196+142=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC48E is #313B71. Grayscale: #C1C1C1. Windows color (decimal): -3226482 or 9356494. OLE color: 9356494.

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

Color convert

RGB 206 196 142 -
CMYK 0 0.05 0.31 0.19
HSL 50.63º 0.4% 0.68% -
HSV(B) 50.63º 0.31% 0.81% -
XYZ 50.08 54.55 33.48 -
YUV 192.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 206 196 142 0 0.05 0.31 0.19 50.63 0.4 0.68
Hex CE C4 8E 0 5 1F 13 33 28 44
Octal 316 304 216 0 5 37 23 63 50 104
Binary 11001110 11000100 10001110 0 101 11111 10011 110011 101000 1000100

Color Harmonies of #CEC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC48E

Black with #CEC48E

Text Example


Text Example

White with #CEC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC48E; }

 p { color: rgb(206,196,142); }

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

background-color css

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

 a { background-color: rgb(206,196,142); }

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

border-color css

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

 span { border-color: rgb(206,196,142); }

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