#CFAA65

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

Shades of Apache #CFAA65

Tints of Apache #CFAA65

Color information

#CFAA65 (or 0xCFAA65) is unknown color: approx Apache. HEX triplet: CF, AA and 65. RGB value is (207,170,101). Sum of RGB (Red+Green+Blue) = 207+170+101=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA65 is #30559A. Grayscale: #ADADAD. Windows color (decimal): -3167643 or 6662863. OLE color: 6662863.

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

Color convert

RGB207170101-
CMYK00.180.510.19
HSL39.06º52.48%60.39%-
HSV(B)39.06º51.21%81.18%-
XYZ42.4642.9518.37-
YUV173.287.26152.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=43.31%
G=35.56%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717010100.180.510.1939.0652.4860.39
HexCFAA65012331327343c
Octal3172521450226323476474
Binary1100111110101010110010101001011001110011100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA65; }

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

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

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

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

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

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

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

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