Html Css Color HEX #C0AA35 Brass

📋 copy color: '#C0AA35'

red 192 ◦ green 170 ◦ blue 53

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

Shades of Brass #C0AA35

Tints of Brass #C0AA35

RGB

 RED value IS 192 (75.39% from 255) = 46.27%

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 46.27%
G = 40.96%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0AA35 (or 0xC0AA35) is known color: Brass. HEX triplet: C0, AA and 35. RGB value is (192,170,53). Sum of RGB (Red+Green+Blue) = 192+170+53=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA35 is #3F55CA. Grayscale: #A3A3A3. Windows color (decimal): -4150731 or 3517120. OLE color: 3517120.

HSL color Cylindrical-coordinate representation of color #C0AA35: hue angle of 50.5º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0AA35 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 53 -
CMYK 0 0.11 0.72 0.25
HSL 50.5º 0.57% 0.48% -
HSV(B) 50.5º 0.72% 0.75% -
XYZ 36.76 40.21 9.19 -
YUV 163.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 192 170 53 0 0.11 0.72 0.25 50.5 0.57 0.48
Hex C0 AA 35 0 B 48 19 33 39 30
Octal 300 252 65 0 13 110 31 63 71 60
Binary 11000000 10101010 110101 0 1011 1001000 11001 110011 111001 110000

Color Harmonies of #C0AA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AA35

Black with #C0AA35

Text Example


Text Example

White with #C0AA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AA35; }

 p { color: rgb(192,170,53); }

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

background-color css

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

 a { background-color: rgb(192,170,53); }

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

border-color css

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

 span { border-color: rgb(192,170,53); }

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