#CFA562

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

Shades of Apache #CFA562

Tints of Apache #CFA562

Color information

#CFA562 (or 0xCFA562) is unknown color: approx Apache. HEX triplet: CF, A5 and 62. RGB value is (207,165,98). Sum of RGB (Red+Green+Blue) = 207+165+98=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA562 is #305A9D. Grayscale: #AAAAAA. Windows color (decimal): -3168926 or 6464975. OLE color: 6464975.

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

Color convert

RGB20716598-
CMYK00.200.530.19
HSL36.88º53.17%59.8%-
HSV(B)36.88º52.66%81.18%-
XYZ41.3941.0617.3-
YUV169.9287.41154.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=44.04%
G=35.11%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071659800.200.530.1936.8853.1759.8
HexCFA562014351325353c
Octal3172451420246523456574
Binary1100111110100101110001001010011010110011100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA562; }

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

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

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

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

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

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

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

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