#CFC875

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

Shades of Winter Hazel #CFC875

Tints of Winter Hazel #CFC875

Color information

#CFC875 (or 0xCFC875) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 75. RGB value is (207,200,117). Sum of RGB (Red+Green+Blue) = 207+200+117=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC875 is #30378A. Grayscale: #C0C0C0. Windows color (decimal): -3159947 or 7719119. OLE color: 7719119.

HSL color Cylindrical-coordinate representation of color #CFC875: hue angle of 55.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 #CFC875 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207200117-
CMYK00.030.430.19
HSL55.33º48.39%63.53%-
HSV(B)55.33º43.48%81.18%-
XYZ49.655.8625-
YUV192.6385.32138.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=39.50%
G=38.17%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720011700.030.430.1955.3348.3963.53
HexCFC875032B13373040
Octal3173101650353236760100
Binary11001111110010001110101011101011100111101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC875; }

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

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

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

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

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

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

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

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