Html Css Color HEX #C0AB37 Brass

📋 copy color: '#C0AB37'

red 192 ◦ green 171 ◦ blue 55

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

Shades of Brass #C0AB37

Tints of Brass #C0AB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.16%

R = 45.93%
G = 40.91%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0AB37 (or 0xC0AB37) is known color: Brass. HEX triplet: C0, AB and 37. RGB value is (192,171,55). Sum of RGB (Red+Green+Blue) = 192+171+55=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB37 is #3F54C8. Grayscale: #A4A4A4. Windows color (decimal): -4150473 or 3648448. OLE color: 3648448.

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

Color convert

RGB 192 171 55 -
CMYK 0 0.11 0.71 0.25
HSL 50.8º 0.55% 0.48% -
HSV(B) 50.8º 0.71% 0.75% -
XYZ 36.99 40.61 9.5 -
YUV 164.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 192 171 55 0 0.11 0.71 0.25 50.8 0.55 0.48
Hex C0 AB 37 0 B 47 19 33 37 30
Octal 300 253 67 0 13 107 31 63 67 60
Binary 11000000 10101011 110111 0 1011 1000111 11001 110011 110111 110000

Color Harmonies of #C0AB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB37

Black with #C0AB37

Text Example


Text Example

White with #C0AB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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