Html Css Color HEX #C0A235 Brass

📋 copy color: '#C0A235'

red 192 ◦ green 162 ◦ blue 53

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

Shades of Brass #C0A235

Tints of Brass #C0A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 47.17%
G = 39.8%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0A235 (or 0xC0A235) is known color: Brass. HEX triplet: C0, A2 and 35. RGB value is (192,162,53). Sum of RGB (Red+Green+Blue) = 192+162+53=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A235 is #3F5DCA. Grayscale: #9F9F9F. Windows color (decimal): -4152779 or 3515072. OLE color: 3515072.

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

Color convert

RGB 192 162 53 -
CMYK 0 0.16 0.72 0.25
HSL 47.05º 0.57% 0.48% -
HSV(B) 47.05º 0.72% 0.75% -
XYZ 35.3 37.3 8.71 -
YUV 158.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 192 162 53 0 0.16 0.72 0.25 47.05 0.57 0.48
Hex C0 A2 35 0 10 48 19 2F 39 30
Octal 300 242 65 0 20 110 31 57 71 60
Binary 11000000 10100010 110101 0 10000 1001000 11001 101111 111001 110000

Color Harmonies of #C0A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A235

Black with #C0A235

Text Example


Text Example

White with #C0A235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A235; }

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

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

background-color css

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

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

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

border-color css

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

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

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