Html Css Color HEX #CCA05A Apache

📋 copy color: '#CCA05A'

red 204 ◦ green 160 ◦ blue 90

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

Shades of Apache #CCA05A

Tints of Apache #CCA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 90 (35.55% from 255) = 19.82%

R = 44.93%
G = 35.24%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCA05A (or 0xCCA05A) is known color: Apache. HEX triplet: CC, A0 and 5A. RGB value is (204,160,90). Sum of RGB (Red+Green+Blue) = 204+160+90=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05A is #335FA5. Grayscale: #A5A5A5. Windows color (decimal): -3366822 or 5939404. OLE color: 5939404.

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

Color convert

RGB 204 160 90 -
CMYK 0 0.22 0.56 0.2
HSL 36.84º 0.53% 0.58% -
HSV(B) 36.84º 0.56% 0.8% -
XYZ 39.32 38.72 15.07 -
YUV 165.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 204 160 90 0 0.22 0.56 0.2 36.84 0.53 0.58
Hex CC A0 5A 0 16 38 14 25 35 3A
Octal 314 240 132 0 26 70 24 45 65 72
Binary 11001100 10100000 1011010 0 10110 111000 10100 100101 110101 111010

Color Harmonies of #CCA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA05A

Black with #CCA05A

Text Example


Text Example

White with #CCA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA05A; }

 p { color: rgb(204,160,90); }

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

background-color css

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

 a { background-color: rgb(204,160,90); }

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

border-color css

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

 span { border-color: rgb(204,160,90); }

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