Html Css Color HEX #C0AB36 Brass

📋 copy color: '#C0AB36'

red 192 ◦ green 171 ◦ blue 54

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

Shades of Brass #C0AB36

Tints of Brass #C0AB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 46.04%
G = 41.01%
B = 12.95%

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

#C0AB36 (or 0xC0AB36) is known color: Brass. HEX triplet: C0, AB and 36. RGB value is (192,171,54). Sum of RGB (Red+Green+Blue) = 192+171+54=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB36 is #3F54C9. Grayscale: #A4A4A4. Windows color (decimal): -4150474 or 3582912. OLE color: 3582912.

HSL color Cylindrical-coordinate representation of color #C0AB36: hue angle of 50.87º degrees, saturation: 0.56, 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 #C0AB36 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 54 -
CMYK 0 0.11 0.72 0.25
HSL 50.87º 0.56% 0.48% -
HSV(B) 50.87º 0.72% 0.75% -
XYZ 36.97 40.6 9.38 -
YUV 163.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 192 171 54 0 0.11 0.72 0.25 50.87 0.56 0.48
Hex C0 AB 36 0 B 48 19 33 38 30
Octal 300 253 66 0 13 110 31 63 70 60
Binary 11000000 10101011 110110 0 1011 1001000 11001 110011 111000 110000

Color Harmonies of #C0AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB36

Black with #C0AB36

Text Example


Text Example

White with #C0AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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