Html Css Color HEX #CEC274 Winter Hazel

📋 copy color: '#CEC274'

red 206 ◦ green 194 ◦ blue 116

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

Shades of Winter Hazel #CEC274

Tints of Winter Hazel #CEC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 39.92%
G = 37.6%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEC274 (or 0xCEC274) is known color: Winter Hazel. HEX triplet: CE, C2 and 74. RGB value is (206,194,116). Sum of RGB (Red+Green+Blue) = 206+194+116=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC274 is #313D8B. Grayscale: #BDBDBD. Windows color (decimal): -3227020 or 7652046. OLE color: 7652046.

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

Color convert

RGB 206 194 116 -
CMYK 0 0.06 0.44 0.19
HSL 52º 0.48% 0.63% -
HSV(B) 52º 0.44% 0.81% -
XYZ 47.9 52.97 24.22 -
YUV 188.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 206 194 116 0 0.06 0.44 0.19 52 0.48 0.63
Hex CE C2 74 0 6 2C 13 34 30 3F
Octal 316 302 164 0 6 54 23 64 60 77
Binary 11001110 11000010 1110100 0 110 101100 10011 110100 110000 111111

Color Harmonies of #CEC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC274

Black with #CEC274

Text Example


Text Example

White with #CEC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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