Html Css Color HEX #C0A93F Brass

📋 copy color: '#C0A93F'

red 192 ◦ green 169 ◦ blue 63

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

Shades of Brass #C0A93F

Tints of Brass #C0A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 45.28%
G = 39.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A93F (or 0xC0A93F) is known color: Brass. HEX triplet: C0, A9 and 3F. RGB value is (192,169,63). Sum of RGB (Red+Green+Blue) = 192+169+63=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A93F is #3F56C0. Grayscale: #A4A4A4. Windows color (decimal): -4150977 or 4172224. OLE color: 4172224.

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

Color convert

RGB 192 169 63 -
CMYK 0 0.12 0.67 0.25
HSL 49.3º 0.51% 0.5% -
HSV(B) 49.3º 0.67% 0.75% -
XYZ 36.82 39.94 10.47 -
YUV 163.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 192 169 63 0 0.12 0.67 0.25 49.3 0.51 0.5
Hex C0 A9 3F 0 C 43 19 31 33 32
Octal 300 251 77 0 14 103 31 61 63 62
Binary 11000000 10101001 111111 0 1100 1000011 11001 110001 110011 110010

Color Harmonies of #C0A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A93F

Black with #C0A93F

Text Example


Text Example

White with #C0A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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