#CFC770

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

Shades of Winter Hazel #CFC770

Tints of Winter Hazel #CFC770

Color information

#CFC770 (or 0xCFC770) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 70. RGB value is (207,199,112). Sum of RGB (Red+Green+Blue) = 207+199+112=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC770 is #30388F. Grayscale: #BFBFBF. Windows color (decimal): -3160208 or 7391183. OLE color: 7391183.

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

Color convert

RGB207199112-
CMYK00.040.460.19
HSL54.95º49.74%62.55%-
HSV(B)54.95º45.89%81.18%-
XYZ49.0855.2823.41-
YUV191.4783.15139.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=39.96%
G=38.42%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719911200.040.460.1954.9549.7462.55
HexCFC770042E1337323f
Octal317307160045623676277
Binary11001111110001111110000010010111010011110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC770; }

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

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

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

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

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

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

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

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