Html Css Color HEX #CCA150 Apache

📋 copy color: '#CCA150'

red 204 ◦ green 161 ◦ blue 80

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

Shades of Apache #CCA150

Tints of Apache #CCA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 45.84%
G = 36.18%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCA150 (or 0xCCA150) is known color: Apache. HEX triplet: CC, A1 and 50. RGB value is (204,161,80). Sum of RGB (Red+Green+Blue) = 204+161+80=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA150 is #335EAF. Grayscale: #A4A4A4. Windows color (decimal): -3366576 or 5284300. OLE color: 5284300.

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

Color convert

RGB 204 161 80 -
CMYK 0 0.21 0.61 0.2
HSL 39.19º 0.55% 0.56% -
HSV(B) 39.19º 0.61% 0.8% -
XYZ 39.09 38.91 13.04 -
YUV 164.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 204 161 80 0 0.21 0.61 0.2 39.19 0.55 0.56
Hex CC A1 50 0 15 3D 14 27 37 38
Octal 314 241 120 0 25 75 24 47 67 70
Binary 11001100 10100001 1010000 0 10101 111101 10100 100111 110111 111000

Color Harmonies of #CCA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA150

Black with #CCA150

Text Example


Text Example

White with #CCA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA150; }

 p { color: rgb(204,161,80); }

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

background-color css

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

 a { background-color: rgb(204,161,80); }

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

border-color css

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

 span { border-color: rgb(204,161,80); }

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