#CFA662

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

Shades of Apache #CFA662

Tints of Apache #CFA662

Color information

#CFA662 (or 0xCFA662) is unknown color: approx Apache. HEX triplet: CF, A6 and 62. RGB value is (207,166,98). Sum of RGB (Red+Green+Blue) = 207+166+98=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA662 is #30599D. Grayscale: #AAAAAA. Windows color (decimal): -3168670 or 6465231. OLE color: 6465231.

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

Color convert

RGB20716698-
CMYK00.200.530.19
HSL37.43º53.17%59.8%-
HSV(B)37.43º52.66%81.18%-
XYZ41.5741.4217.36-
YUV170.5187.08154.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=43.95%
G=35.24%
B=20.81%

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
Decimal2071669800.200.530.1937.4353.1759.8
HexCFA662014351325353c
Octal3172461420246523456574
Binary1100111110100110110001001010011010110011100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA662; }

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

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

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

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

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

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

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

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