#CFA053

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

Shades of Apache #CFA053

Tints of Apache #CFA053

Color information

#CFA053 (or 0xCFA053) is unknown color: approx Apache. HEX triplet: CF, A0 and 53. RGB value is (207,160,83). Sum of RGB (Red+Green+Blue) = 207+160+83=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA053 is #305FAC. Grayscale: #A5A5A5. Windows color (decimal): -3170221 or 5480655. OLE color: 5480655.

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

Color convert

RGB20716083-
CMYK00.230.600.19
HSL37.26º56.36%56.86%-
HSV(B)37.26º59.9%81.18%-
XYZ39.8639.0313.62-
YUV165.2781.57157.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=46%
G=35.56%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071608300.230.600.1937.2656.3656.86
HexCFA0530173C13253839
Octal3172401230277423457071
Binary1100111110100000101001101011111110010011100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA053; }

 p { color: rgb(207,160,83); }

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

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

 a { background-color: rgb(207,160,83); }

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

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

 span { border-color: rgb(207,160,83); }

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