#CFA061

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

Shades of Apache #CFA061

Tints of Apache #CFA061

Color information

#CFA061 (or 0xCFA061) is unknown color: approx Apache. HEX triplet: CF, A0 and 61. RGB value is (207,160,97). Sum of RGB (Red+Green+Blue) = 207+160+97=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA061 is #305F9E. Grayscale: #A7A7A7. Windows color (decimal): -3170207 or 6398159. OLE color: 6398159.

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

Color convert

RGB20716097-
CMYK00.230.530.19
HSL34.36º53.4%59.61%-
HSV(B)34.36º53.14%81.18%-
XYZ40.4639.2716.76-
YUV166.8788.57156.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.61%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=44.61%
G=34.48%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071609700.230.530.1934.3653.459.61
HexCFA061017351322353c
Octal3172401410276523426574
Binary1100111110100000110000101011111010110011100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA061; }

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

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

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

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

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

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

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

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