Html Css Color HEX #C0B140 Brass

📋 copy color: '#C0B140'

red 192 ◦ green 177 ◦ blue 64

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

Shades of Brass #C0B140

Tints of Brass #C0B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 44.34%
G = 40.88%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0B140 (or 0xC0B140) is known color: Brass. HEX triplet: C0, B1 and 40. RGB value is (192,177,64). Sum of RGB (Red+Green+Blue) = 192+177+64=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B140 is #3F4EBF. Grayscale: #A9A9A9. Windows color (decimal): -4148928 or 4239808. OLE color: 4239808.

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

Color convert

RGB 192 177 64 -
CMYK 0 0.08 0.67 0.25
HSL 52.97º 0.5% 0.5% -
HSV(B) 52.97º 0.67% 0.75% -
XYZ 38.39 43.02 11.13 -
YUV 168.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 192 177 64 0 0.08 0.67 0.25 52.97 0.5 0.5
Hex C0 B1 40 0 8 43 19 35 32 32
Octal 300 261 100 0 10 103 31 65 62 62
Binary 11000000 10110001 1000000 0 1000 1000011 11001 110101 110010 110010

Color Harmonies of #C0B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B140

Black with #C0B140

Text Example


Text Example

White with #C0B140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B140; }

 p { color: rgb(192,177,64); }

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

background-color css

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

 a { background-color: rgb(192,177,64); }

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

border-color css

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

 span { border-color: rgb(192,177,64); }

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