Html Css Color HEX #CEC376 Winter Hazel

📋 copy color: '#CEC376'

red 206 ◦ green 195 ◦ blue 118

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

Shades of Winter Hazel #CEC376

Tints of Winter Hazel #CEC376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.57%

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

R = 39.69%
G = 37.57%
B = 22.74%

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

#CEC376 (or 0xCEC376) is known color: Winter Hazel. HEX triplet: CE, C3 and 76. RGB value is (206,195,118). Sum of RGB (Red+Green+Blue) = 206+195+118=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC376 is #313C89. Grayscale: #BDBDBD. Windows color (decimal): -3226762 or 7783374. OLE color: 7783374.

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

Color convert

RGB 206 195 118 -
CMYK 0 0.05 0.43 0.19
HSL 52.5º 0.47% 0.64% -
HSV(B) 52.5º 0.43% 0.81% -
XYZ 48.24 53.46 24.92 -
YUV 189.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 206 195 118 0 0.05 0.43 0.19 52.5 0.47 0.64
Hex CE C3 76 0 5 2B 13 34 2F 40
Octal 316 303 166 0 5 53 23 64 57 100
Binary 11001110 11000011 1110110 0 101 101011 10011 110100 101111 1000000

Color Harmonies of #CEC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC376

Black with #CEC376

Text Example


Text Example

White with #CEC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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