#cca754

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

Shades of Apache #CCA754

Tints of Apache #CCA754

Color information

#CCA754 (or 0xCCA754) is unknown color: approx Apache. HEX triplet: CC, A7 and 54. RGB value is (204,167,84). Sum of RGB (Red+Green+Blue) = 204+167+84=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA754 is #3358AB. Grayscale: #A8A8A8. Windows color (decimal): -3365036 or 5547980. OLE color: 5547980.

HSL color Cylindrical-coordinate representation of color #CCA754: hue angle of 41.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCA754 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20416784-
CMYK00.180.590.2
HSL41.5º54.05%56.47%-
HSV(B)41.5º58.82%80%-
XYZ40.3241.1114.2-
YUV168.680.26153.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=44.84%
G=36.70%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041678400.180.590.241.554.0556.47
HexCCA7540123B142a3638
Octal3142471240227324526670
Binary1100110010100111101010001001011101110100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca754; }

 p { color: rgb(204,167,84); }

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

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

 a { background-color: rgb(204,167,84); }

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

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

 span { border-color: rgb(204,167,84); }

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