#CFA565

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

Shades of Apache #CFA565

Tints of Apache #CFA565

Color information

#CFA565 (or 0xCFA565) is unknown color: approx Apache. HEX triplet: CF, A5 and 65. RGB value is (207,165,101). Sum of RGB (Red+Green+Blue) = 207+165+101=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA565 is #305A9A. Grayscale: #AAAAAA. Windows color (decimal): -3168923 or 6661583. OLE color: 6661583.

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

Color convert

RGB207165101-
CMYK00.200.510.19
HSL36.23º52.48%60.39%-
HSV(B)36.23º51.21%81.18%-
XYZ41.5441.1218.06-
YUV170.2688.91154.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=43.76%
G=34.88%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716510100.200.510.1936.2352.4860.39
HexCFA565014331324343c
Octal3172451450246323446474
Binary1100111110100101110010101010011001110011100100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA565; }

 p { color: rgb(207,165,101); }

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

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

 a { background-color: rgb(207,165,101); }

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

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

 span { border-color: rgb(207,165,101); }

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