#CFA351

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

Shades of Apache #CFA351

Tints of Apache #CFA351

Color information

#CFA351 (or 0xCFA351) is unknown color: approx Apache. HEX triplet: CF, A3 and 51. RGB value is (207,163,81). Sum of RGB (Red+Green+Blue) = 207+163+81=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA351 is #305CAE. Grayscale: #A7A7A7. Windows color (decimal): -3169455 or 5350351. OLE color: 5350351.

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

Color convert

RGB20716381-
CMYK00.210.610.19
HSL39.05º56.76%56.47%-
HSV(B)39.05º60.87%81.18%-
XYZ40.3140.0513.39-
YUV166.8179.58156.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 81 (32.03% from 255) = 17.96%
R=45.90%
G=36.14%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071638100.210.610.1939.0556.7656.47
HexCFA3510153D13273938
Octal3172431210257523477170
Binary1100111110100011101000101010111110110011100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA351; }

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

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

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

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

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

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

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

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