#CCA058

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

Shades of Apache #CCA058

Tints of Apache #CCA058

Color information

#CCA058 (or 0xCCA058) is unknown color: approx Apache. HEX triplet: CC, A0 and 58. RGB value is (204,160,88). Sum of RGB (Red+Green+Blue) = 204+160+88=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA058 is #335FA7. Grayscale: #A5A5A5. Windows color (decimal): -3366824 or 5808332. OLE color: 5808332.

HSL color Cylindrical-coordinate representation of color #CCA058: hue angle of 37.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCA058 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB20416088-
CMYK00.220.570.2
HSL37.24º53.21%57.25%-
HSV(B)37.24º56.86%80%-
XYZ39.2338.6814.63-
YUV164.9584.58155.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 88 (34.77% from 255) = 19.47%
R=45.13%
G=35.40%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041608800.220.570.237.2453.2157.25
HexCCA0580163914253539
Octal3142401300267124456571
Binary1100110010100000101100001011011100110100100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA058; }

 p { color: rgb(204,160,88); }

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

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

 a { background-color: rgb(204,160,88); }

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

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

 span { border-color: rgb(204,160,88); }

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