#CCA857

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

Shades of Apache #CCA857

Tints of Apache #CCA857

Color information

#CCA857 (or 0xCCA857) is unknown color: approx Apache. HEX triplet: CC, A8 and 57. RGB value is (204,168,87). Sum of RGB (Red+Green+Blue) = 204+168+87=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA857 is #3357A8. Grayscale: #A9A9A9. Windows color (decimal): -3364777 or 5744844. OLE color: 5744844.

HSL color Cylindrical-coordinate representation of color #CCA857: hue angle of 41.54º 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 #CCA857 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB20416887-
CMYK00.180.570.2
HSL41.54º53.42%57.06%-
HSV(B)41.54º57.35%80%-
XYZ40.6241.5314.89-
YUV169.5381.43152.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=44.44%
G=36.60%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688700.180.570.241.5453.4257.06
HexCCA85701239142a3539
Octal3142501270227124526571
Binary1100110010101000101011101001011100110100101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA857; }

 p { color: rgb(204,168,87); }

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

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

 a { background-color: rgb(204,168,87); }

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

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

 span { border-color: rgb(204,168,87); }

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