#CFA463

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

Shades of Apache #CFA463

Tints of Apache #CFA463

Color information

#CFA463 (or 0xCFA463) is unknown color: approx Apache. HEX triplet: CF, A4 and 63. RGB value is (207,164,99). Sum of RGB (Red+Green+Blue) = 207+164+99=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA463 is #305B9C. Grayscale: #A9A9A9. Windows color (decimal): -3169181 or 6530255. OLE color: 6530255.

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

Color convert

RGB20716499-
CMYK00.210.520.19
HSL36.11º52.94%60%-
HSV(B)36.11º52.17%81.18%-
XYZ41.2640.7217.49-
YUV169.4588.25154.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=44.04%
G=34.89%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071649900.210.520.1936.1152.9460
HexCFA463015341324353c
Octal3172441430256423446574
Binary1100111110100100110001101010111010010011100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA463; }

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

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

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

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

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

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

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

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