Html Css Color HEX #CEC272 Winter Hazel

📋 copy color: '#CEC272'

red 206 ◦ green 194 ◦ blue 114

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

Shades of Winter Hazel #CEC272

Tints of Winter Hazel #CEC272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 40.08%
G = 37.74%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEC272 (or 0xCEC272) is known color: Winter Hazel. HEX triplet: CE, C2 and 72. RGB value is (206,194,114). Sum of RGB (Red+Green+Blue) = 206+194+114=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC272 is #313D8D. Grayscale: #BCBCBC. Windows color (decimal): -3227022 or 7520974. OLE color: 7520974.

HSL color Cylindrical-coordinate representation of color #CEC272: hue angle of 52.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC272 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 114 -
CMYK 0 0.06 0.45 0.19
HSL 52.17º 0.48% 0.63% -
HSV(B) 52.17º 0.45% 0.81% -
XYZ 47.78 52.92 23.62 -
YUV 188.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 206 194 114 0 0.06 0.45 0.19 52.17 0.48 0.63
Hex CE C2 72 0 6 2D 13 34 30 3F
Octal 316 302 162 0 6 55 23 64 60 77
Binary 11001110 11000010 1110010 0 110 101101 10011 110100 110000 111111

Color Harmonies of #CEC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC272

Black with #CEC272

Text Example


Text Example

White with #CEC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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