Html Css Color HEX #C0AB3C Brass

📋 copy color: '#C0AB3C'

red 192 ◦ green 171 ◦ blue 60

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

Shades of Brass #C0AB3C

Tints of Brass #C0AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 45.39%
G = 40.43%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0AB3C (or 0xC0AB3C) is known color: Brass. HEX triplet: C0, AB and 3C. RGB value is (192,171,60). Sum of RGB (Red+Green+Blue) = 192+171+60=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB3C is #3F54C3. Grayscale: #A5A5A5. Windows color (decimal): -4150468 or 3976128. OLE color: 3976128.

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

Color convert

RGB 192 171 60 -
CMYK 0 0.11 0.69 0.25
HSL 50.45º 0.52% 0.49% -
HSV(B) 50.45º 0.69% 0.75% -
XYZ 37.12 40.66 10.17 -
YUV 164.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 192 171 60 0 0.11 0.69 0.25 50.45 0.52 0.49
Hex C0 AB 3C 0 B 45 19 32 34 31
Octal 300 253 74 0 13 105 31 62 64 61
Binary 11000000 10101011 111100 0 1011 1000101 11001 110010 110100 110001

Color Harmonies of #C0AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB3C

Black with #C0AB3C

Text Example


Text Example

White with #C0AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB3C; }

 p { color: rgb(192,171,60); }

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

background-color css

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

 a { background-color: rgb(192,171,60); }

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

border-color css

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

 span { border-color: rgb(192,171,60); }

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