Html Css Color HEX #CCA255 Apache

📋 copy color: '#CCA255'

red 204 ◦ green 162 ◦ blue 85

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

Shades of Apache #CCA255

Tints of Apache #CCA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 45.23%
G = 35.92%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCA255 (or 0xCCA255) is known color: Apache. HEX triplet: CC, A2 and 55. RGB value is (204,162,85). Sum of RGB (Red+Green+Blue) = 204+162+85=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA255 is #335DAA. Grayscale: #A6A6A6. Windows color (decimal): -3366315 or 5612236. OLE color: 5612236.

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

Color convert

RGB 204 162 85 -
CMYK 0 0.21 0.58 0.2
HSL 38.82º 0.54% 0.57% -
HSV(B) 38.82º 0.58% 0.8% -
XYZ 39.46 39.33 14.11 -
YUV 165.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 204 162 85 0 0.21 0.58 0.2 38.82 0.54 0.57
Hex CC A2 55 0 15 3A 14 27 36 39
Octal 314 242 125 0 25 72 24 47 66 71
Binary 11001100 10100010 1010101 0 10101 111010 10100 100111 110110 111001

Color Harmonies of #CCA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA255

Black with #CCA255

Text Example


Text Example

White with #CCA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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