Html Css Color HEX #C0B342 Brass

📋 copy color: '#C0B342'

red 192 ◦ green 179 ◦ blue 66

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

Shades of Brass #C0B342

Tints of Brass #C0B342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 66 (26.17% from 255) = 15.1%

R = 43.94%
G = 40.96%
B = 15.1%

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

#C0B342 (or 0xC0B342) is known color: Brass. HEX triplet: C0, B3 and 42. RGB value is (192,179,66). Sum of RGB (Red+Green+Blue) = 192+179+66=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B342 is #3F4CBD. Grayscale: #AAAAAA. Windows color (decimal): -4148414 or 4371392. OLE color: 4371392.

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

Color convert

RGB 192 179 66 -
CMYK 0 0.07 0.66 0.25
HSL 53.81º 0.5% 0.51% -
HSV(B) 53.81º 0.66% 0.75% -
XYZ 38.84 43.84 11.57 -
YUV 170.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 192 179 66 0 0.07 0.66 0.25 53.81 0.5 0.51
Hex C0 B3 42 0 7 42 19 36 32 33
Octal 300 263 102 0 7 102 31 66 62 63
Binary 11000000 10110011 1000010 0 111 1000010 11001 110110 110010 110011

Color Harmonies of #C0B342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B342

Black with #C0B342

Text Example


Text Example

White with #C0B342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B342; }

 p { color: rgb(192,179,66); }

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

background-color css

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

 a { background-color: rgb(192,179,66); }

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

border-color css

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

 span { border-color: rgb(192,179,66); }

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