#CFA866

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

Shades of Apache #CFA866

Tints of Apache #CFA866

Color information

#CFA866 (or 0xCFA866) is unknown color: approx Apache. HEX triplet: CF, A8 and 66. RGB value is (207,168,102). Sum of RGB (Red+Green+Blue) = 207+168+102=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA866 is #305799. Grayscale: #ACACAC. Windows color (decimal): -3168154 or 6727887. OLE color: 6727887.

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

Color convert

RGB207168102-
CMYK00.190.510.19
HSL37.71º52.24%60.59%-
HSV(B)37.71º50.72%81.18%-
XYZ42.1342.2318.5-
YUV172.1488.42152.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=43.40%
G=35.22%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716810200.190.510.1937.7152.2460.59
HexCFA866013331326343d
Octal3172501460236323466475
Binary1100111110101000110011001001111001110011100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA866; }

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

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

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

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

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

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

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

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