#cfa457

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

Shades of Apache #CFA457

Tints of Apache #CFA457

Color information

#CFA457 (or 0xCFA457) is unknown color: approx Apache. HEX triplet: CF, A4 and 57. RGB value is (207,164,87). Sum of RGB (Red+Green+Blue) = 207+164+87=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA457 is #305BA8. Grayscale: #A8A8A8. Windows color (decimal): -3169193 or 5743823. OLE color: 5743823.

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

Color convert

RGB20716487-
CMYK00.210.580.19
HSL38.5º55.56%57.65%-
HSV(B)38.5º57.97%81.18%-
XYZ40.7340.514.69-
YUV168.0882.25155.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.20%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 87 (34.38% from 255) = 19.00%
R=45.20%
G=35.81%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071648700.210.580.1938.555.5657.65
HexCFA4570153A1326383a
Octal3172441270257223467072
Binary1100111110100100101011101010111101010011100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa457; }

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

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

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

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

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

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

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

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