Html Css Color HEX #CEC280 Winter Hazel

📋 copy color: '#CEC280'

red 206 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #CEC280

Tints of Winter Hazel #CEC280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.24%

R = 39.02%
G = 36.74%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEC280 (or 0xCEC280) is known color: Winter Hazel. HEX triplet: CE, C2 and 80. RGB value is (206,194,128). Sum of RGB (Red+Green+Blue) = 206+194+128=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC280 is #313D7F. Grayscale: #BEBEBE. Windows color (decimal): -3227008 or 8438478. OLE color: 8438478.

HSL color Cylindrical-coordinate representation of color #CEC280: hue angle of 50.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC280 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 194 128 -
CMYK 0 0.06 0.38 0.19
HSL 50.77º 0.44% 0.65% -
HSV(B) 50.77º 0.38% 0.81% -
XYZ 48.64 53.26 28.14 -
YUV 190.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 206 194 128 0 0.06 0.38 0.19 50.77 0.44 0.65
Hex CE C2 80 0 6 26 13 33 2C 41
Octal 316 302 200 0 6 46 23 63 54 101
Binary 11001110 11000010 10000000 0 110 100110 10011 110011 101100 1000001

Color Harmonies of #CEC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC280

Black with #CEC280

Text Example


Text Example

White with #CEC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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