Html Css Color HEX #C0AB35 Brass

📋 copy color: '#C0AB35'

red 192 ◦ green 171 ◦ blue 53

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

Shades of Brass #C0AB35

Tints of Brass #C0AB35

RGB

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

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

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

R = 46.15%
G = 41.11%
B = 12.74%

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

#C0AB35 (or 0xC0AB35) is known color: Brass. HEX triplet: C0, AB and 35. RGB value is (192,171,53). Sum of RGB (Red+Green+Blue) = 192+171+53=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB35 is #3F54CA. Grayscale: #A4A4A4. Windows color (decimal): -4150475 or 3517376. OLE color: 3517376.

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

Color convert

RGB 192 171 53 -
CMYK 0 0.11 0.72 0.25
HSL 50.94º 0.57% 0.48% -
HSV(B) 50.94º 0.72% 0.75% -
XYZ 36.94 40.59 9.26 -
YUV 163.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 192 171 53 0 0.11 0.72 0.25 50.94 0.57 0.48
Hex C0 AB 35 0 B 48 19 33 39 30
Octal 300 253 65 0 13 110 31 63 71 60
Binary 11000000 10101011 110101 0 1011 1001000 11001 110011 111001 110000

Color Harmonies of #C0AB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB35

Black with #C0AB35

Text Example


Text Example

White with #C0AB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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