Html Css Color HEX #CEC476 Winter Hazel

📋 copy color: '#CEC476'

red 206 ◦ green 196 ◦ blue 118

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

Shades of Winter Hazel #CEC476

Tints of Winter Hazel #CEC476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 39.62%
G = 37.69%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEC476 (or 0xCEC476) is known color: Winter Hazel. HEX triplet: CE, C4 and 76. RGB value is (206,196,118). Sum of RGB (Red+Green+Blue) = 206+196+118=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC476 is #313B89. Grayscale: #BEBEBE. Windows color (decimal): -3226506 or 7783630. OLE color: 7783630.

HSL color Cylindrical-coordinate representation of color #CEC476: hue angle of 53.18º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC476 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 118 -
CMYK 0 0.05 0.43 0.19
HSL 53.18º 0.47% 0.64% -
HSV(B) 53.18º 0.43% 0.81% -
XYZ 48.46 53.91 24.99 -
YUV 190.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 206 196 118 0 0.05 0.43 0.19 53.18 0.47 0.64
Hex CE C4 76 0 5 2B 13 35 2F 40
Octal 316 304 166 0 5 53 23 65 57 100
Binary 11001110 11000100 1110110 0 101 101011 10011 110101 101111 1000000

Color Harmonies of #CEC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC476

Black with #CEC476

Text Example


Text Example

White with #CEC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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