#cf9d57

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

Shades of Apache #CF9D57

Tints of Apache #CF9D57

Color information

#CF9D57 (or 0xCF9D57) is unknown color: approx Apache. HEX triplet: CF, 9D and 57. RGB value is (207,157,87). Sum of RGB (Red+Green+Blue) = 207+157+87=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D57 is #3062A8. Grayscale: #A4A4A4. Windows color (decimal): -3170985 or 5742031. OLE color: 5742031.

HSL color Cylindrical-coordinate representation of color #CF9D57: hue angle of 35º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF9D57 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20715787-
CMYK00.240.580.19
HSL35º55.56%57.65%-
HSV(B)35º57.97%81.18%-
XYZ39.5138.0714.28-
YUV163.9784.56158.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=45.90%
G=34.81%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071578700.240.580.193555.5657.65
HexCF9D570183A1323383a
Octal3172351270307223437072
Binary1100111110011101101011101100011101010011100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9d57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9d57; }

 p { color: rgb(207,157,87); }

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

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

 a { background-color: rgb(207,157,87); }

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

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

 span { border-color: rgb(207,157,87); }

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