Html Css Color HEX #C0B341 Brass

📋 copy color: '#C0B341'

red 192 ◦ green 179 ◦ blue 65

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

Shades of Brass #C0B341

Tints of Brass #C0B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 44.04%
G = 41.06%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0B341 (or 0xC0B341) is known color: Brass. HEX triplet: C0, B3 and 41. RGB value is (192,179,65). Sum of RGB (Red+Green+Blue) = 192+179+65=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B341 is #3F4CBE. Grayscale: #AAAAAA. Windows color (decimal): -4148415 or 4305856. OLE color: 4305856.

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

Color convert

RGB 192 179 65 -
CMYK 0 0.07 0.66 0.25
HSL 53.86º 0.5% 0.5% -
HSV(B) 53.86º 0.66% 0.75% -
XYZ 38.81 43.83 11.42 -
YUV 169.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 192 179 65 0 0.07 0.66 0.25 53.86 0.5 0.5
Hex C0 B3 41 0 7 42 19 36 32 32
Octal 300 263 101 0 7 102 31 66 62 62
Binary 11000000 10110011 1000001 0 111 1000010 11001 110110 110010 110010

Color Harmonies of #C0B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B341

Black with #C0B341

Text Example


Text Example

White with #C0B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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