Html Css Color HEX #C0AC36 Brass

📋 copy color: '#C0AC36'

red 192 ◦ green 172 ◦ blue 54

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

Shades of Brass #C0AC36

Tints of Brass #C0AC36

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 45.93%
G = 41.15%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0AC36 (or 0xC0AC36) is known color: Brass. HEX triplet: C0, AC and 36. RGB value is (192,172,54). Sum of RGB (Red+Green+Blue) = 192+172+54=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC36 is #3F53C9. Grayscale: #A5A5A5. Windows color (decimal): -4150218 or 3583168. OLE color: 3583168.

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

Color convert

RGB 192 172 54 -
CMYK 0 0.10 0.72 0.25
HSL 51.3º 0.56% 0.48% -
HSV(B) 51.3º 0.72% 0.75% -
XYZ 37.16 40.98 9.44 -
YUV 164.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 192 172 54 0 0.10 0.72 0.25 51.3 0.56 0.48
Hex C0 AC 36 0 A 48 19 33 38 30
Octal 300 254 66 0 12 110 31 63 70 60
Binary 11000000 10101100 110110 0 1010 1001000 11001 110011 111000 110000

Color Harmonies of #C0AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC36

Black with #C0AC36

Text Example


Text Example

White with #C0AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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