Html Css Color HEX #CCA555 Apache

📋 copy color: '#CCA555'

red 204 ◦ green 165 ◦ blue 85

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

Shades of Apache #CCA555

Tints of Apache #CCA555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.72%

R = 44.93%
G = 36.34%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA555 (or 0xCCA555) is known color: Apache. HEX triplet: CC, A5 and 55. RGB value is (204,165,85). Sum of RGB (Red+Green+Blue) = 204+165+85=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA555 is #335AAA. Grayscale: #A7A7A7. Windows color (decimal): -3365547 or 5613004. OLE color: 5613004.

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

Color convert

RGB 204 165 85 -
CMYK 0 0.19 0.58 0.2
HSL 40.34º 0.54% 0.57% -
HSV(B) 40.34º 0.58% 0.8% -
XYZ 40 40.4 14.28 -
YUV 167.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 204 165 85 0 0.19 0.58 0.2 40.34 0.54 0.57
Hex CC A5 55 0 13 3A 14 28 36 39
Octal 314 245 125 0 23 72 24 50 66 71
Binary 11001100 10100101 1010101 0 10011 111010 10100 101000 110110 111001

Color Harmonies of #CCA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA555

Black with #CCA555

Text Example


Text Example

White with #CCA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA555; }

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

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

background-color css

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

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

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

border-color css

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

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

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