Html Css Color HEX #CEC28C Winter Hazel

📋 copy color: '#CEC28C'

red 206 ◦ green 194 ◦ blue 140

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

Shades of Winter Hazel #CEC28C

Tints of Winter Hazel #CEC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.93%

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

R = 38.15%
G = 35.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEC28C (or 0xCEC28C) is known color: Winter Hazel. HEX triplet: CE, C2 and 8C. RGB value is (206,194,140). Sum of RGB (Red+Green+Blue) = 206+194+140=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC28C is #313D73. Grayscale: #BFBFBF. Windows color (decimal): -3226996 or 9224910. OLE color: 9224910.

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

Color convert

RGB 206 194 140 -
CMYK 0 0.06 0.32 0.19
HSL 49.09º 0.4% 0.68% -
HSV(B) 49.09º 0.32% 0.81% -
XYZ 49.48 53.6 32.55 -
YUV 191.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 206 194 140 0 0.06 0.32 0.19 49.09 0.4 0.68
Hex CE C2 8C 0 6 20 13 31 28 44
Octal 316 302 214 0 6 40 23 61 50 104
Binary 11001110 11000010 10001100 0 110 100000 10011 110001 101000 1000100

Color Harmonies of #CEC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC28C

Black with #CEC28C

Text Example


Text Example

White with #CEC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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