Html Css Color HEX #C0A23A Brass

📋 copy color: '#C0A23A'

red 192 ◦ green 162 ◦ blue 58

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

Shades of Brass #C0A23A

Tints of Brass #C0A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 46.6%
G = 39.32%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0A23A (or 0xC0A23A) is known color: Brass. HEX triplet: C0, A2 and 3A. RGB value is (192,162,58). Sum of RGB (Red+Green+Blue) = 192+162+58=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A23A is #3F5DC5. Grayscale: #9F9F9F. Windows color (decimal): -4152774 or 3842752. OLE color: 3842752.

HSL color Cylindrical-coordinate representation of color #C0A23A: hue angle of 46.57º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A23A is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 162 58 -
CMYK 0 0.16 0.70 0.25
HSL 46.57º 0.54% 0.49% -
HSV(B) 46.57º 0.7% 0.75% -
XYZ 35.42 37.35 9.35 -
YUV 159.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 192 162 58 0 0.16 0.70 0.25 46.57 0.54 0.49
Hex C0 A2 3A 0 10 46 19 2F 36 31
Octal 300 242 72 0 20 106 31 57 66 61
Binary 11000000 10100010 111010 0 10000 1000110 11001 101111 110110 110001

Color Harmonies of #C0A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A23A

Black with #C0A23A

Text Example


Text Example

White with #C0A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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