Html Css Color HEX #C0B040 Brass

📋 copy color: '#C0B040'

red 192 ◦ green 176 ◦ blue 64

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

Shades of Brass #C0B040

Tints of Brass #C0B040

RGB

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

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

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

R = 44.44%
G = 40.74%
B = 14.81%

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

#C0B040 (or 0xC0B040) is known color: Brass. HEX triplet: C0, B0 and 40. RGB value is (192,176,64). Sum of RGB (Red+Green+Blue) = 192+176+64=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B040 is #3F4FBF. Grayscale: #A8A8A8. Windows color (decimal): -4149184 or 4239552. OLE color: 4239552.

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

Color convert

RGB 192 176 64 -
CMYK 0 0.08 0.67 0.25
HSL 52.5º 0.5% 0.5% -
HSV(B) 52.5º 0.67% 0.75% -
XYZ 38.19 42.63 11.07 -
YUV 168.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 192 176 64 0 0.08 0.67 0.25 52.5 0.5 0.5
Hex C0 B0 40 0 8 43 19 34 32 32
Octal 300 260 100 0 10 103 31 64 62 62
Binary 11000000 10110000 1000000 0 1000 1000011 11001 110100 110010 110010

Color Harmonies of #C0B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B040

Black with #C0B040

Text Example


Text Example

White with #C0B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B040; }

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

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

background-color css

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

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

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

border-color css

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

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

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