Html Css Color HEX #C0AB3F Brass

📋 copy color: '#C0AB3F'

red 192 ◦ green 171 ◦ blue 63

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

Shades of Brass #C0AB3F

Tints of Brass #C0AB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 63 (25% from 255) = 14.79%

R = 45.07%
G = 40.14%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0AB3F (or 0xC0AB3F) is known color: Brass. HEX triplet: C0, AB and 3F. RGB value is (192,171,63). Sum of RGB (Red+Green+Blue) = 192+171+63=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB3F is #3F54C0. Grayscale: #A5A5A5. Windows color (decimal): -4150465 or 4172736. OLE color: 4172736.

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

Color convert

RGB 192 171 63 -
CMYK 0 0.11 0.67 0.25
HSL 50.23º 0.51% 0.5% -
HSV(B) 50.23º 0.67% 0.75% -
XYZ 37.2 40.69 10.6 -
YUV 164.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 192 171 63 0 0.11 0.67 0.25 50.23 0.51 0.5
Hex C0 AB 3F 0 B 43 19 32 33 32
Octal 300 253 77 0 13 103 31 62 63 62
Binary 11000000 10101011 111111 0 1011 1000011 11001 110010 110011 110010

Color Harmonies of #C0AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB3F

Black with #C0AB3F

Text Example


Text Example

White with #C0AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB3F; }

 p { color: rgb(192,171,63); }

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

background-color css

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

 a { background-color: rgb(192,171,63); }

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

border-color css

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

 span { border-color: rgb(192,171,63); }

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