#CFA255

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

Shades of Apache #CFA255

Tints of Apache #CFA255

Color information

#CFA255 (or 0xCFA255) is unknown color: approx Apache. HEX triplet: CF, A2 and 55. RGB value is (207,162,85). Sum of RGB (Red+Green+Blue) = 207+162+85=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA255 is #305DAA. Grayscale: #A7A7A7. Windows color (decimal): -3169707 or 5612239. OLE color: 5612239.

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

Color convert

RGB20716285-
CMYK00.220.590.19
HSL37.87º55.96%57.25%-
HSV(B)37.87º58.94%81.18%-
XYZ40.2939.7614.15-
YUV166.6881.91156.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=45.59%
G=35.68%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071628500.220.590.1937.8755.9657.25
HexCFA2550163B13263839
Octal3172421250267323467071
Binary1100111110100010101010101011011101110011100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA255; }

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

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

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

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

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

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

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

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