Html Css Color HEX #C0B041 Brass

📋 copy color: '#C0B041'

red 192 ◦ green 176 ◦ blue 65

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

Shades of Brass #C0B041

Tints of Brass #C0B041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

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

R = 44.34%
G = 40.65%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0B041 (or 0xC0B041) is known color: Brass. HEX triplet: C0, B0 and 41. RGB value is (192,176,65). Sum of RGB (Red+Green+Blue) = 192+176+65=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B041 is #3F4FBE. Grayscale: #A8A8A8. Windows color (decimal): -4149183 or 4305088. OLE color: 4305088.

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

Color convert

RGB 192 176 65 -
CMYK 0 0.08 0.66 0.25
HSL 52.44º 0.5% 0.5% -
HSV(B) 52.44º 0.66% 0.75% -
XYZ 38.22 42.64 11.22 -
YUV 168.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 192 176 65 0 0.08 0.66 0.25 52.44 0.5 0.5
Hex C0 B0 41 0 8 42 19 34 32 32
Octal 300 260 101 0 10 102 31 64 62 62
Binary 11000000 10110000 1000001 0 1000 1000010 11001 110100 110010 110010

Color Harmonies of #C0B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B041

Black with #C0B041

Text Example


Text Example

White with #C0B041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B041; }

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

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

background-color css

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

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

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

border-color css

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

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

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