#CFC580

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

Shades of Winter Hazel #CFC580

Tints of Winter Hazel #CFC580

Color information

#CFC580 (or 0xCFC580) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 80. RGB value is (207,197,128). Sum of RGB (Red+Green+Blue) = 207+197+128=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC580 is #303A7F. Grayscale: #C0C0C0. Windows color (decimal): -3160704 or 8439247. OLE color: 8439247.

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

Color convert

RGB207197128-
CMYK00.050.380.19
HSL52.41º45.14%65.69%-
HSV(B)52.41º38.16%81.18%-
XYZ49.5954.7628.38-
YUV192.1291.81138.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=38.91%
G=37.03%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719712800.050.380.1952.4145.1465.69
HexCFC580052613342d42
Octal3173052000546236455102
Binary1100111111000101100000000101100110100111101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC580; }

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

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

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

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

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

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

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

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