Html Css Color HEX #C0A434 Brass

📋 copy color: '#C0A434'

red 192 ◦ green 164 ◦ blue 52

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

Shades of Brass #C0A434

Tints of Brass #C0A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

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

R = 47.06%
G = 40.2%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0A434 (or 0xC0A434) is known color: Brass. HEX triplet: C0, A4 and 34. RGB value is (192,164,52). Sum of RGB (Red+Green+Blue) = 192+164+52=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A434 is #3F5BCB. Grayscale: #A0A0A0. Windows color (decimal): -4152268 or 3450048. OLE color: 3450048.

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

Color convert

RGB 192 164 52 -
CMYK 0 0.15 0.73 0.25
HSL 48º 0.57% 0.48% -
HSV(B) 48º 0.73% 0.75% -
XYZ 35.63 38.01 8.71 -
YUV 159.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 192 164 52 0 0.15 0.73 0.25 48 0.57 0.48
Hex C0 A4 34 0 F 49 19 30 39 30
Octal 300 244 64 0 17 111 31 60 71 60
Binary 11000000 10100100 110100 0 1111 1001001 11001 110000 111001 110000

Color Harmonies of #C0A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A434

Black with #C0A434

Text Example


Text Example

White with #C0A434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A434; }

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

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

background-color css

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

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

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

border-color css

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

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

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