Html Css Color HEX #C0B240 Brass

📋 copy color: '#C0B240'

red 192 ◦ green 178 ◦ blue 64

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

Shades of Brass #C0B240

Tints of Brass #C0B240

RGB

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

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

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

R = 44.24%
G = 41.01%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0B240 (or 0xC0B240) is known color: Brass. HEX triplet: C0, B2 and 40. RGB value is (192,178,64). Sum of RGB (Red+Green+Blue) = 192+178+64=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B240 is #3F4DBF. Grayscale: #A9A9A9. Windows color (decimal): -4148672 or 4240064. OLE color: 4240064.

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

Color convert

RGB 192 178 64 -
CMYK 0 0.07 0.67 0.25
HSL 53.44º 0.5% 0.5% -
HSV(B) 53.44º 0.67% 0.75% -
XYZ 38.58 43.42 11.2 -
YUV 169.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 192 178 64 0 0.07 0.67 0.25 53.44 0.5 0.5
Hex C0 B2 40 0 7 43 19 35 32 32
Octal 300 262 100 0 7 103 31 65 62 62
Binary 11000000 10110010 1000000 0 111 1000011 11001 110101 110010 110010

Color Harmonies of #C0B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B240

Black with #C0B240

Text Example


Text Example

White with #C0B240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B240; }

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

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

background-color css

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

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

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

border-color css

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

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

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