Html Css Color HEX #C0AF41 Brass

📋 copy color: '#C0AF41'

red 192 ◦ green 175 ◦ blue 65

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

Shades of Brass #C0AF41

Tints of Brass #C0AF41

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 44.44%
G = 40.51%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0AF41 (or 0xC0AF41) is known color: Brass. HEX triplet: C0, AF and 41. RGB value is (192,175,65). Sum of RGB (Red+Green+Blue) = 192+175+65=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF41 is #3F50BE. Grayscale: #A8A8A8. Windows color (decimal): -4149439 or 4304832. OLE color: 4304832.

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

Color convert

RGB 192 175 65 -
CMYK 0 0.09 0.66 0.25
HSL 51.97º 0.5% 0.5% -
HSV(B) 51.97º 0.66% 0.75% -
XYZ 38.02 42.25 11.15 -
YUV 167.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 192 175 65 0 0.09 0.66 0.25 51.97 0.5 0.5
Hex C0 AF 41 0 9 42 19 34 32 32
Octal 300 257 101 0 11 102 31 64 62 62
Binary 11000000 10101111 1000001 0 1001 1000010 11001 110100 110010 110010

Color Harmonies of #C0AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF41

Black with #C0AF41

Text Example


Text Example

White with #C0AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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