#CFA151

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

Shades of Apache #CFA151

Tints of Apache #CFA151

Color information

#CFA151 (or 0xCFA151) is unknown color: approx Apache. HEX triplet: CF, A1 and 51. RGB value is (207,161,81). Sum of RGB (Red+Green+Blue) = 207+161+81=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA151 is #305EAE. Grayscale: #A5A5A5. Windows color (decimal): -3169967 or 5349839. OLE color: 5349839.

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

Color convert

RGB20716181-
CMYK00.220.610.19
HSL38.1º56.76%56.47%-
HSV(B)38.1º60.87%81.18%-
XYZ39.9639.3513.27-
YUV165.6380.24157.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=46.10%
G=35.86%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071618100.220.610.1938.156.7656.47
HexCFA1510163D13263938
Octal3172411210267523467170
Binary1100111110100001101000101011011110110011100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA151; }

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

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

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

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

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

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

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

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