Html Css Color HEX #CEC48C Winter Hazel

📋 copy color: '#CEC48C'

red 206 ◦ green 196 ◦ blue 140

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

Shades of Winter Hazel #CEC48C

Tints of Winter Hazel #CEC48C

RGB

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

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

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

R = 38.01%
G = 36.16%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEC48C (or 0xCEC48C) is known color: Winter Hazel. HEX triplet: CE, C4 and 8C. RGB value is (206,196,140). Sum of RGB (Red+Green+Blue) = 206+196+140=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC48C is #313B73. Grayscale: #C0C0C0. Windows color (decimal): -3226484 or 9225422. OLE color: 9225422.

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

Color convert

RGB 206 196 140 -
CMYK 0 0.05 0.32 0.19
HSL 50.91º 0.4% 0.68% -
HSV(B) 50.91º 0.32% 0.81% -
XYZ 49.93 54.5 32.7 -
YUV 192.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 206 196 140 0 0.05 0.32 0.19 50.91 0.4 0.68
Hex CE C4 8C 0 5 20 13 33 28 44
Octal 316 304 214 0 5 40 23 63 50 104
Binary 11001110 11000100 10001100 0 101 100000 10011 110011 101000 1000100

Color Harmonies of #CEC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC48C

Black with #CEC48C

Text Example


Text Example

White with #CEC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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