#CFA45D

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

Shades of Apache #CFA45D

Tints of Apache #CFA45D

Color information

#CFA45D (or 0xCFA45D) is unknown color: approx Apache. HEX triplet: CF, A4 and 5D. RGB value is (207,164,93). Sum of RGB (Red+Green+Blue) = 207+164+93=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45D is #305BA2. Grayscale: #A9A9A9. Windows color (decimal): -3169187 or 6137039. OLE color: 6137039.

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

Color convert

RGB20716493-
CMYK00.210.550.19
HSL37.37º54.29%58.82%-
HSV(B)37.37º55.07%81.18%-
XYZ40.9840.6116.03-
YUV168.7685.25155.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.61%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=44.61%
G=35.34%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071649300.210.550.1937.3754.2958.82
HexCFA45D015371325363b
Octal3172441350256723456673
Binary1100111110100100101110101010111011110011100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA45D; }

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

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

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

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

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

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

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

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