#CFC685

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

Shades of Winter Hazel #CFC685

Tints of Winter Hazel #CFC685

Color information

#CFC685 (or 0xCFC685) is unknown color: approx Winter Hazel. HEX triplet: CF, C6 and 85. RGB value is (207,198,133). Sum of RGB (Red+Green+Blue) = 207+198+133=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC685 is #30397A. Grayscale: #C1C1C1. Windows color (decimal): -3160443 or 8767183. OLE color: 8767183.

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

Color convert

RGB207198133-
CMYK00.040.360.19
HSL52.7º43.53%66.67%-
HSV(B)52.7º35.75%81.18%-
XYZ50.1655.3530.23-
YUV193.2893.98137.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=38.48%
G=36.80%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719813300.040.360.1952.743.5366.67
HexCFC685042413352c43
Octal3173062050444236554103
Binary1100111111000110100001010100100100100111101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC685; }

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

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

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

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

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

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

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

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