Html Css Color HEX #CEC080 Winter Hazel

📋 copy color: '#CEC080'

red 206 ◦ green 192 ◦ blue 128

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

Shades of Winter Hazel #CEC080

Tints of Winter Hazel #CEC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 39.16%
G = 36.5%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEC080 (or 0xCEC080) is known color: Winter Hazel. HEX triplet: CE, C0 and 80. RGB value is (206,192,128). Sum of RGB (Red+Green+Blue) = 206+192+128=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC080 is #313F7F. Grayscale: #BDBDBD. Windows color (decimal): -3227520 or 8437966. OLE color: 8437966.

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

Color convert

RGB 206 192 128 -
CMYK 0 0.07 0.38 0.19
HSL 49.23º 0.44% 0.65% -
HSV(B) 49.23º 0.38% 0.81% -
XYZ 48.2 52.38 27.99 -
YUV 188.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 206 192 128 0 0.07 0.38 0.19 49.23 0.44 0.65
Hex CE C0 80 0 7 26 13 31 2C 41
Octal 316 300 200 0 7 46 23 61 54 101
Binary 11001110 11000000 10000000 0 111 100110 10011 110001 101100 1000001

Color Harmonies of #CEC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC080

Black with #CEC080

Text Example


Text Example

White with #CEC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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