#CFC785

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

Shades of Winter Hazel #CFC785

Tints of Winter Hazel #CFC785

Color information

#CFC785 (or 0xCFC785) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 85. RGB value is (207,199,133). Sum of RGB (Red+Green+Blue) = 207+199+133=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC785 is #30387A. Grayscale: #C2C2C2. Windows color (decimal): -3160187 or 8767439. OLE color: 8767439.

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

Color convert

RGB207199133-
CMYK00.040.360.19
HSL53.51º43.53%66.67%-
HSV(B)53.51º35.75%81.18%-
XYZ50.3955.8130.31-
YUV193.8793.65137.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=38.40%
G=36.92%
B=24.68%

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
Decimal20719913300.040.360.1953.5143.5366.67
HexCFC785042413362c43
Octal3173072050444236654103
Binary1100111111000111100001010100100100100111101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC785; }

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

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

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

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

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

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

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

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