#CFC57F

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

Shades of Winter Hazel #CFC57F

Tints of Winter Hazel #CFC57F

Color information

#CFC57F (or 0xCFC57F) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 7F. RGB value is (207,197,127). Sum of RGB (Red+Green+Blue) = 207+197+127=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC57F is #303A80. Grayscale: #C0C0C0. Windows color (decimal): -3160705 or 8373711. OLE color: 8373711.

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

Color convert

RGB207197127-
CMYK00.050.390.19
HSL52.5º45.45%65.49%-
HSV(B)52.5º38.65%81.18%-
XYZ49.5354.7328.03-
YUV192.0191.31138.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 127 (50% from 255) = 23.92%
R=38.98%
G=37.10%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719712700.050.390.1952.545.4565.49
HexCFC57F052713342d41
Octal3173051770547236455101
Binary110011111100010111111110101100111100111101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC57F; }

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

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

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

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

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

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

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

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