#CFA254

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

Shades of Apache #CFA254

Tints of Apache #CFA254

Color information

#CFA254 (or 0xCFA254) is unknown color: approx Apache. HEX triplet: CF, A2 and 54. RGB value is (207,162,84). Sum of RGB (Red+Green+Blue) = 207+162+84=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA254 is #305DAB. Grayscale: #A6A6A6. Windows color (decimal): -3169708 or 5546703. OLE color: 5546703.

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

Color convert

RGB20716284-
CMYK00.220.590.19
HSL38.05º56.16%57.06%-
HSV(B)38.05º59.42%81.18%-
XYZ40.2539.7513.94-
YUV166.5681.41156.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=45.70%
G=35.76%
B=18.54%

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
Decimal2071628400.220.590.1938.0556.1657.06
HexCFA2540163B13263839
Octal3172421240267323467071
Binary1100111110100010101010001011011101110011100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA254; }

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

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

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

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

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

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

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

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