#CFA25D

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

Shades of Apache #CFA25D

Tints of Apache #CFA25D

Color information

#CFA25D (or 0xCFA25D) is unknown color: approx Apache. HEX triplet: CF, A2 and 5D. RGB value is (207,162,93). Sum of RGB (Red+Green+Blue) = 207+162+93=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25D is #305DA2. Grayscale: #A7A7A7. Windows color (decimal): -3169699 or 6136527. OLE color: 6136527.

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

Color convert

RGB20716293-
CMYK00.220.550.19
HSL36.32º54.29%58.82%-
HSV(B)36.32º55.07%81.18%-
XYZ40.6339.915.92-
YUV167.5985.91156.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=44.81%
G=35.06%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071629300.220.550.1936.3254.2958.82
HexCFA25D016371324363b
Octal3172421350266723446673
Binary1100111110100010101110101011011011110011100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA25D; }

 p { color: rgb(207,162,93); }

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

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

 a { background-color: rgb(207,162,93); }

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

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

 span { border-color: rgb(207,162,93); }

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