Html Css Color HEX #C0A83F Brass

📋 copy color: '#C0A83F'

red 192 ◦ green 168 ◦ blue 63

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

Shades of Brass #C0A83F

Tints of Brass #C0A83F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 45.39%
G = 39.72%
B = 14.89%

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

#C0A83F (or 0xC0A83F) is known color: Brass. HEX triplet: C0, A8 and 3F. RGB value is (192,168,63). Sum of RGB (Red+Green+Blue) = 192+168+63=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A83F is #3F57C0. Grayscale: #A3A3A3. Windows color (decimal): -4151233 or 4171968. OLE color: 4171968.

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

Color convert

RGB 192 168 63 -
CMYK 0 0.12 0.67 0.25
HSL 48.84º 0.51% 0.5% -
HSV(B) 48.84º 0.67% 0.75% -
XYZ 36.64 39.57 10.41 -
YUV 163.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 192 168 63 0 0.12 0.67 0.25 48.84 0.51 0.5
Hex C0 A8 3F 0 C 43 19 31 33 32
Octal 300 250 77 0 14 103 31 61 63 62
Binary 11000000 10101000 111111 0 1100 1000011 11001 110001 110011 110010

Color Harmonies of #C0A83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A83F

Black with #C0A83F

Text Example


Text Example

White with #C0A83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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