Html Css Color HEX #CEC582 Winter Hazel

📋 copy color: '#CEC582'

red 206 ◦ green 197 ◦ blue 130

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

Shades of Winter Hazel #CEC582

Tints of Winter Hazel #CEC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 38.65%
G = 36.96%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEC582 (or 0xCEC582) is known color: Winter Hazel. HEX triplet: CE, C5 and 82. RGB value is (206,197,130). Sum of RGB (Red+Green+Blue) = 206+197+130=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC582 is #313A7D. Grayscale: #C0C0C0. Windows color (decimal): -3226238 or 8570318. OLE color: 8570318.

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

Color convert

RGB 206 197 130 -
CMYK 0 0.04 0.37 0.19
HSL 52.89º 0.44% 0.66% -
HSV(B) 52.89º 0.37% 0.81% -
XYZ 49.45 54.67 29.06 -
YUV 192.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 206 197 130 0 0.04 0.37 0.19 52.89 0.44 0.66
Hex CE C5 82 0 4 25 13 35 2C 42
Octal 316 305 202 0 4 45 23 65 54 102
Binary 11001110 11000101 10000010 0 100 100101 10011 110101 101100 1000010

Color Harmonies of #CEC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC582

Black with #CEC582

Text Example


Text Example

White with #CEC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC582; }

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

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

background-color css

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

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

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

border-color css

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

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

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