#CFA44E

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

Shades of Apache #CFA44E

Tints of Apache #CFA44E

Color information

#CFA44E (or 0xCFA44E) is unknown color: approx Apache. HEX triplet: CF, A4 and 4E. RGB value is (207,164,78). Sum of RGB (Red+Green+Blue) = 207+164+78=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA44E is #305BB1. Grayscale: #A7A7A7. Windows color (decimal): -3169202 or 5153999. OLE color: 5153999.

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

Color convert

RGB20716478-
CMYK00.210.620.19
HSL40º57.33%55.88%-
HSV(B)40º62.32%81.18%-
XYZ40.3840.3712.87-
YUV167.0577.75156.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=46.10%
G=36.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071647800.210.620.194057.3355.88
HexCFA44E0153E13283938
Octal3172441160257623507170
Binary1100111110100100100111001010111111010011101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA44E; }

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

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

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

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

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

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

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

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