Html Css Color HEX #CEC574 Winter Hazel

📋 copy color: '#CEC574'

red 206 ◦ green 197 ◦ blue 116

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

Shades of Winter Hazel #CEC574

Tints of Winter Hazel #CEC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.96%

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

R = 39.69%
G = 37.96%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEC574 (or 0xCEC574) is known color: Winter Hazel. HEX triplet: CE, C5 and 74. RGB value is (206,197,116). Sum of RGB (Red+Green+Blue) = 206+197+116=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC574 is #313A8B. Grayscale: #BEBEBE. Windows color (decimal): -3226252 or 7652814. OLE color: 7652814.

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

Color convert

RGB 206 197 116 -
CMYK 0 0.04 0.44 0.19
HSL 54º 0.48% 0.63% -
HSV(B) 54º 0.44% 0.81% -
XYZ 48.57 54.32 24.45 -
YUV 190.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 206 197 116 0 0.04 0.44 0.19 54 0.48 0.63
Hex CE C5 74 0 4 2C 13 36 30 3F
Octal 316 305 164 0 4 54 23 66 60 77
Binary 11001110 11000101 1110100 0 100 101100 10011 110110 110000 111111

Color Harmonies of #CEC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC574

Black with #CEC574

Text Example


Text Example

White with #CEC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC574; }

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

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

background-color css

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

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

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

border-color css

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

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

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