#CFA45A

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

Shades of Apache #CFA45A

Tints of Apache #CFA45A

Color information

#CFA45A (or 0xCFA45A) is unknown color: approx Apache. HEX triplet: CF, A4 and 5A. RGB value is (207,164,90). Sum of RGB (Red+Green+Blue) = 207+164+90=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA45A is #305BA5. Grayscale: #A8A8A8. Windows color (decimal): -3169190 or 5940431. OLE color: 5940431.

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

Color convert

RGB20716490-
CMYK00.210.570.19
HSL37.95º54.93%58.24%-
HSV(B)37.95º56.52%81.18%-
XYZ40.8540.5515.35-
YUV168.4283.75155.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=44.90%
G=35.57%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071649000.210.570.1937.9554.9358.24
HexCFA45A015391326373a
Octal3172441320257123466772
Binary1100111110100100101101001010111100110011100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA45A; }

 p { color: rgb(207,164,90); }

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

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

 a { background-color: rgb(207,164,90); }

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

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

 span { border-color: rgb(207,164,90); }

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