Html Css Color HEX #C0A33F Brass

📋 copy color: '#C0A33F'

red 192 ◦ green 163 ◦ blue 63

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

Shades of Brass #C0A33F

Tints of Brass #C0A33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 45.93%
G = 39%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A33F (or 0xC0A33F) is known color: Brass. HEX triplet: C0, A3 and 3F. RGB value is (192,163,63). Sum of RGB (Red+Green+Blue) = 192+163+63=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A33F is #3F5CC0. Grayscale: #A0A0A0. Windows color (decimal): -4152513 or 4170688. OLE color: 4170688.

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

Color convert

RGB 192 163 63 -
CMYK 0 0.15 0.67 0.25
HSL 46.51º 0.51% 0.5% -
HSV(B) 46.51º 0.67% 0.75% -
XYZ 35.73 37.76 10.11 -
YUV 160.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 192 163 63 0 0.15 0.67 0.25 46.51 0.51 0.5
Hex C0 A3 3F 0 F 43 19 2F 33 32
Octal 300 243 77 0 17 103 31 57 63 62
Binary 11000000 10100011 111111 0 1111 1000011 11001 101111 110011 110010

Color Harmonies of #C0A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A33F

Black with #C0A33F

Text Example


Text Example

White with #C0A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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