Html Css Color HEX #CEC575 Winter Hazel

📋 copy color: '#CEC575'

red 206 ◦ green 197 ◦ blue 117

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

Shades of Winter Hazel #CEC575

Tints of Winter Hazel #CEC575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 39.62%
G = 37.88%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEC575 (or 0xCEC575) is known color: Winter Hazel. HEX triplet: CE, C5 and 75. RGB value is (206,197,117). Sum of RGB (Red+Green+Blue) = 206+197+117=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC575 is #313A8A. Grayscale: #BEBEBE. Windows color (decimal): -3226251 or 7718350. OLE color: 7718350.

HSL color Cylindrical-coordinate representation of color #CEC575: hue angle of 53.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC575 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 197 117 -
CMYK 0 0.04 0.43 0.19
HSL 53.93º 0.48% 0.63% -
HSV(B) 53.93º 0.43% 0.81% -
XYZ 48.63 54.34 24.75 -
YUV 190.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 206 197 117 0 0.04 0.43 0.19 53.93 0.48 0.63
Hex CE C5 75 0 4 2B 13 36 30 3F
Octal 316 305 165 0 4 53 23 66 60 77
Binary 11001110 11000101 1110101 0 100 101011 10011 110110 110000 111111

Color Harmonies of #CEC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC575

Black with #CEC575

Text Example


Text Example

White with #CEC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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