Html Css Color HEX #C0A941 Brass

📋 copy color: '#C0A941'

red 192 ◦ green 169 ◦ blue 65

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

Shades of Brass #C0A941

Tints of Brass #C0A941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 45.07%
G = 39.67%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0A941 (or 0xC0A941) is known color: Brass. HEX triplet: C0, A9 and 41. RGB value is (192,169,65). Sum of RGB (Red+Green+Blue) = 192+169+65=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A941 is #3F56BE. Grayscale: #A4A4A4. Windows color (decimal): -4150975 or 4303296. OLE color: 4303296.

HSL color Cylindrical-coordinate representation of color #C0A941: hue angle of 49.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0A941 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 65 -
CMYK 0 0.12 0.66 0.25
HSL 49.13º 0.5% 0.5% -
HSV(B) 49.13º 0.66% 0.75% -
XYZ 36.88 39.96 10.77 -
YUV 164.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 192 169 65 0 0.12 0.66 0.25 49.13 0.5 0.5
Hex C0 A9 41 0 C 42 19 31 32 32
Octal 300 251 101 0 14 102 31 61 62 62
Binary 11000000 10101001 1000001 0 1100 1000010 11001 110001 110010 110010

Color Harmonies of #C0A941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A941

Black with #C0A941

Text Example


Text Example

White with #C0A941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A941; }

 p { color: rgb(192,169,65); }

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

background-color css

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

 a { background-color: rgb(192,169,65); }

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

border-color css

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

 span { border-color: rgb(192,169,65); }

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