#CFA863

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

Shades of Apache #CFA863

Tints of Apache #CFA863

Color information

#CFA863 (or 0xCFA863) is unknown color: approx Apache. HEX triplet: CF, A8 and 63. RGB value is (207,168,99). Sum of RGB (Red+Green+Blue) = 207+168+99=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA863 is #30579C. Grayscale: #ACACAC. Windows color (decimal): -3168157 or 6531279. OLE color: 6531279.

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

Color convert

RGB20716899-
CMYK00.190.520.19
HSL38.33º52.94%60%-
HSV(B)38.33º52.17%81.18%-
XYZ41.9942.1717.73-
YUV171.886.92153.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 168 (66.02% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 20.89%
R=43.67%
G=35.44%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071689900.190.520.1938.3352.9460
HexCFA863013341326353c
Octal3172501430236423466574
Binary1100111110101000110001101001111010010011100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA863; }

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

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

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

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

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

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

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

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