Html Css Color HEX #CCA355 Apache

📋 copy color: '#CCA355'

red 204 ◦ green 163 ◦ blue 85

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

Shades of Apache #CCA355

Tints of Apache #CCA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

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

R = 45.13%
G = 36.06%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA355 (or 0xCCA355) is known color: Apache. HEX triplet: CC, A3 and 55. RGB value is (204,163,85). Sum of RGB (Red+Green+Blue) = 204+163+85=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA355 is #335CAA. Grayscale: #A6A6A6. Windows color (decimal): -3366059 or 5612492. OLE color: 5612492.

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

Color convert

RGB 204 163 85 -
CMYK 0 0.20 0.58 0.2
HSL 39.33º 0.54% 0.57% -
HSV(B) 39.33º 0.58% 0.8% -
XYZ 39.64 39.69 14.17 -
YUV 166.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 204 163 85 0 0.20 0.58 0.2 39.33 0.54 0.57
Hex CC A3 55 0 14 3A 14 27 36 39
Octal 314 243 125 0 24 72 24 47 66 71
Binary 11001100 10100011 1010101 0 10100 111010 10100 100111 110110 111001

Color Harmonies of #CCA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA355

Black with #CCA355

Text Example


Text Example

White with #CCA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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