Html Css Color HEX #C0AC34 Brass

📋 copy color: '#C0AC34'

red 192 ◦ green 172 ◦ blue 52

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

Shades of Brass #C0AC34

Tints of Brass #C0AC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 46.15%
G = 41.35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0AC34 (or 0xC0AC34) is known color: Brass. HEX triplet: C0, AC and 34. RGB value is (192,172,52). Sum of RGB (Red+Green+Blue) = 192+172+52=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC34 is #3F53CB. Grayscale: #A4A4A4. Windows color (decimal): -4150220 or 3452096. OLE color: 3452096.

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

Color convert

RGB 192 172 52 -
CMYK 0 0.10 0.73 0.25
HSL 51.43º 0.57% 0.48% -
HSV(B) 51.43º 0.73% 0.75% -
XYZ 37.11 40.96 9.2 -
YUV 164.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 192 172 52 0 0.10 0.73 0.25 51.43 0.57 0.48
Hex C0 AC 34 0 A 49 19 33 39 30
Octal 300 254 64 0 12 111 31 63 71 60
Binary 11000000 10101100 110100 0 1010 1001001 11001 110011 111001 110000

Color Harmonies of #C0AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC34

Black with #C0AC34

Text Example


Text Example

White with #C0AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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