Html Css Color HEX #C0B241 Brass

📋 copy color: '#C0B241'

red 192 ◦ green 178 ◦ blue 65

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

Shades of Brass #C0B241

Tints of Brass #C0B241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 44.14%
G = 40.92%
B = 14.94%

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

#C0B241 (or 0xC0B241) is known color: Brass. HEX triplet: C0, B2 and 41. RGB value is (192,178,65). Sum of RGB (Red+Green+Blue) = 192+178+65=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B241 is #3F4DBE. Grayscale: #A9A9A9. Windows color (decimal): -4148671 or 4305600. OLE color: 4305600.

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

Color convert

RGB 192 178 65 -
CMYK 0 0.07 0.66 0.25
HSL 53.39º 0.5% 0.5% -
HSV(B) 53.39º 0.66% 0.75% -
XYZ 38.61 43.43 11.35 -
YUV 169.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 192 178 65 0 0.07 0.66 0.25 53.39 0.5 0.5
Hex C0 B2 41 0 7 42 19 35 32 32
Octal 300 262 101 0 7 102 31 65 62 62
Binary 11000000 10110010 1000001 0 111 1000010 11001 110101 110010 110010

Color Harmonies of #C0B241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B241

Black with #C0B241

Text Example


Text Example

White with #C0B241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B241; }

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

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

background-color css

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

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

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

border-color css

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

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

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