Html Css Color HEX #CEC371 Winter Hazel

📋 copy color: '#CEC371'

red 206 ◦ green 195 ◦ blue 113

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

Shades of Winter Hazel #CEC371

Tints of Winter Hazel #CEC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.98%

R = 40.08%
G = 37.94%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEC371 (or 0xCEC371) is known color: Winter Hazel. HEX triplet: CE, C3 and 71. RGB value is (206,195,113). Sum of RGB (Red+Green+Blue) = 206+195+113=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC371 is #313C8E. Grayscale: #BDBDBD. Windows color (decimal): -3226767 or 7455694. OLE color: 7455694.

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

Color convert

RGB 206 195 113 -
CMYK 0 0.05 0.45 0.19
HSL 52.9º 0.49% 0.63% -
HSV(B) 52.9º 0.45% 0.81% -
XYZ 47.95 53.34 23.39 -
YUV 188.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 206 195 113 0 0.05 0.45 0.19 52.9 0.49 0.63
Hex CE C3 71 0 5 2D 13 35 31 3F
Octal 316 303 161 0 5 55 23 65 61 77
Binary 11001110 11000011 1110001 0 101 101101 10011 110101 110001 111111

Color Harmonies of #CEC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC371

Black with #CEC371

Text Example


Text Example

White with #CEC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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