#CFC575

Color #CFC575 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CFC575

Tints of Winter Hazel #CFC575

Color information

#CFC575 (or 0xCFC575) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 75. RGB value is (207,197,117). Sum of RGB (Red+Green+Blue) = 207+197+117=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC575 is #303A8A. Grayscale: #BFBFBF. Windows color (decimal): -3160715 or 7718351. OLE color: 7718351.

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

Color convert

RGB207197117-
CMYK00.050.430.19
HSL53.33º48.39%63.53%-
HSV(B)53.33º43.48%81.18%-
XYZ48.9154.4824.77-
YUV190.8786.31139.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=39.73%
G=37.81%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719711700.050.430.1953.3348.3963.53
HexCFC575052B13353040
Octal3173051650553236560100
Binary110011111100010111101010101101011100111101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC575; }

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

 H1.HeaderClassName
 {
   color: #CFC575;
 }
 .AnyTagClassName
 {
   color: #CFC575;
 }
</style>
background-color css

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

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

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

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

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

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