Html Css Color HEX #CEC082 Winter Hazel

📋 copy color: '#CEC082'

red 206 ◦ green 192 ◦ blue 130

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

Shades of Winter Hazel #CEC082

Tints of Winter Hazel #CEC082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 39.02%
G = 36.36%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEC082 (or 0xCEC082) is known color: Winter Hazel. HEX triplet: CE, C0 and 82. RGB value is (206,192,130). Sum of RGB (Red+Green+Blue) = 206+192+130=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC082 is #313F7D. Grayscale: #BDBDBD. Windows color (decimal): -3227518 or 8569038. OLE color: 8569038.

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

Color convert

RGB 206 192 130 -
CMYK 0 0.07 0.37 0.19
HSL 48.95º 0.44% 0.66% -
HSV(B) 48.95º 0.37% 0.81% -
XYZ 48.33 52.43 28.69 -
YUV 189.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 206 192 130 0 0.07 0.37 0.19 48.95 0.44 0.66
Hex CE C0 82 0 7 25 13 31 2C 42
Octal 316 300 202 0 7 45 23 61 54 102
Binary 11001110 11000000 10000010 0 111 100101 10011 110001 101100 1000010

Color Harmonies of #CEC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC082

Black with #CEC082

Text Example


Text Example

White with #CEC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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