Html Css Color HEX #CEC271 Winter Hazel

📋 copy color: '#CEC271'

red 206 ◦ green 194 ◦ blue 113

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

Shades of Winter Hazel #CEC271

Tints of Winter Hazel #CEC271

RGB

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

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

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

R = 40.16%
G = 37.82%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEC271 (or 0xCEC271) is known color: Winter Hazel. HEX triplet: CE, C2 and 71. RGB value is (206,194,113). Sum of RGB (Red+Green+Blue) = 206+194+113=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC271 is #313D8E. Grayscale: #BCBCBC. Windows color (decimal): -3227023 or 7455438. OLE color: 7455438.

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

Color convert

RGB 206 194 113 -
CMYK 0 0.06 0.45 0.19
HSL 52.26º 0.49% 0.63% -
HSV(B) 52.26º 0.45% 0.81% -
XYZ 47.73 52.9 23.32 -
YUV 188.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 206 194 113 0 0.06 0.45 0.19 52.26 0.49 0.63
Hex CE C2 71 0 6 2D 13 34 31 3F
Octal 316 302 161 0 6 55 23 64 61 77
Binary 11001110 11000010 1110001 0 110 101101 10011 110100 110001 111111

Color Harmonies of #CEC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC271

Black with #CEC271

Text Example


Text Example

White with #CEC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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