Html Css Color HEX #C0A53C Brass

📋 copy color: '#C0A53C'

red 192 ◦ green 165 ◦ blue 60

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

Shades of Brass #C0A53C

Tints of Brass #C0A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 46.04%
G = 39.57%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0A53C (or 0xC0A53C) is known color: Brass. HEX triplet: C0, A5 and 3C. RGB value is (192,165,60). Sum of RGB (Red+Green+Blue) = 192+165+60=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A53C is #3F5AC3. Grayscale: #A1A1A1. Windows color (decimal): -4152004 or 3974592. OLE color: 3974592.

HSL color Cylindrical-coordinate representation of color #C0A53C: hue angle of 47.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0A53C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 60 -
CMYK 0 0.14 0.69 0.25
HSL 47.73º 0.52% 0.49% -
HSV(B) 47.73º 0.69% 0.75% -
XYZ 36.01 38.44 9.8 -
YUV 161.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 192 165 60 0 0.14 0.69 0.25 47.73 0.52 0.49
Hex C0 A5 3C 0 E 45 19 30 34 31
Octal 300 245 74 0 16 105 31 60 64 61
Binary 11000000 10100101 111100 0 1110 1000101 11001 110000 110100 110001

Color Harmonies of #C0A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A53C

Black with #C0A53C

Text Example


Text Example

White with #C0A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A53C; }

 p { color: rgb(192,165,60); }

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

background-color css

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

 a { background-color: rgb(192,165,60); }

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

border-color css

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

 span { border-color: rgb(192,165,60); }

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