#CFA663

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

Shades of Apache #CFA663

Tints of Apache #CFA663

Color information

#CFA663 (or 0xCFA663) is unknown color: approx Apache. HEX triplet: CF, A6 and 63. RGB value is (207,166,99). Sum of RGB (Red+Green+Blue) = 207+166+99=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA663 is #30599C. Grayscale: #AAAAAA. Windows color (decimal): -3168669 or 6530767. OLE color: 6530767.

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

Color convert

RGB20716699-
CMYK00.200.520.19
HSL37.22º52.94%60%-
HSV(B)37.22º52.17%81.18%-
XYZ41.6241.4417.61-
YUV170.6287.58153.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=43.86%
G=35.17%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071669900.200.520.1937.2252.9460
HexCFA663014341325353c
Octal3172461430246423456574
Binary1100111110100110110001101010011010010011100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA663; }

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

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

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

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

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

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

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

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