Html Css Color HEX #CCA557 Apache

📋 copy color: '#CCA557'

red 204 ◦ green 165 ◦ blue 87

#CCA557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CCA557

Tints of Apache #CCA557

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 165 (64.84% from 255) = 36.18%

 BLUE value IS 87 (34.38% from 255) = 19.08%

R = 44.74%
G = 36.18%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA557 (or 0xCCA557) is known color: Apache. HEX triplet: CC, A5 and 57. RGB value is (204,165,87). Sum of RGB (Red+Green+Blue) = 204+165+87=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA557 is #335AA8. Grayscale: #A8A8A8. Windows color (decimal): -3365545 or 5744076. OLE color: 5744076.

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

Color convert

RGB 204 165 87 -
CMYK 0 0.19 0.57 0.2
HSL 40º 0.53% 0.57% -
HSV(B) 40º 0.57% 0.8% -
XYZ 40.08 40.44 14.71 -
YUV 167.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 204 165 87 0 0.19 0.57 0.2 40 0.53 0.57
Hex CC A5 57 0 13 39 14 28 35 39
Octal 314 245 127 0 23 71 24 50 65 71
Binary 11001100 10100101 1010111 0 10011 111001 10100 101000 110101 111001

Color Harmonies of #CCA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA557

Black with #CCA557

Text Example


Text Example

White with #CCA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA557; }

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

 H1.HeaderClassName
 {
   color: #CCA557;
 }
 .AnyTagClassName
 {
   color: #CCA557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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