#CFA466

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

Shades of Apache #CFA466

Tints of Apache #CFA466

Color information

#CFA466 (or 0xCFA466) is unknown color: approx Apache. HEX triplet: CF, A4 and 66. RGB value is (207,164,102). Sum of RGB (Red+Green+Blue) = 207+164+102=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA466 is #305B99. Grayscale: #AAAAAA. Windows color (decimal): -3169178 or 6726863. OLE color: 6726863.

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

Color convert

RGB207164102-
CMYK00.210.510.19
HSL35.43º52.24%60.59%-
HSV(B)35.43º50.72%81.18%-
XYZ41.4140.7818.26-
YUV169.7989.75154.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=43.76%
G=34.67%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716410200.210.510.1935.4352.2460.59
HexCFA466015331323343d
Octal3172441460256323436475
Binary1100111110100100110011001010111001110011100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA466; }

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

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

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

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

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

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

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

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