#CFA051

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

Shades of Apache #CFA051

Tints of Apache #CFA051

Color information

#CFA051 (or 0xCFA051) is unknown color: approx Apache. HEX triplet: CF, A0 and 51. RGB value is (207,160,81). Sum of RGB (Red+Green+Blue) = 207+160+81=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA051 is #305FAE. Grayscale: #A5A5A5. Windows color (decimal): -3170223 or 5349583. OLE color: 5349583.

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

Color convert

RGB20716081-
CMYK00.230.610.19
HSL37.62º56.76%56.47%-
HSV(B)37.62º60.87%81.18%-
XYZ39.793913.22-
YUV165.0580.57157.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=46.21%
G=35.71%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071608100.230.610.1937.6256.7656.47
HexCFA0510173D13263938
Octal3172401210277523467170
Binary1100111110100000101000101011111110110011100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA051; }

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

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

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

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

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

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

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

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