#CFC680

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

Shades of Winter Hazel #CFC680

Tints of Winter Hazel #CFC680

Color information

#CFC680 (or 0xCFC680) is unknown color: approx Winter Hazel. HEX triplet: CF, C6 and 80. RGB value is (207,198,128). Sum of RGB (Red+Green+Blue) = 207+198+128=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC680 is #30397F. Grayscale: #C1C1C1. Windows color (decimal): -3160448 or 8439503. OLE color: 8439503.

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

Color convert

RGB207198128-
CMYK00.040.380.19
HSL53.16º45.14%65.69%-
HSV(B)53.16º38.16%81.18%-
XYZ49.8255.2128.45-
YUV192.7191.48138.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=38.84%
G=37.15%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719812800.040.380.1953.1645.1465.69
HexCFC680042613352d42
Octal3173062000446236555102
Binary1100111111000110100000000100100110100111101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC680; }

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

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

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

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

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

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

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

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