Html Css Color HEX #C0A83C Brass

📋 copy color: '#C0A83C'

red 192 ◦ green 168 ◦ blue 60

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

Shades of Brass #C0A83C

Tints of Brass #C0A83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 45.71%
G = 40%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0A83C (or 0xC0A83C) is known color: Brass. HEX triplet: C0, A8 and 3C. RGB value is (192,168,60). Sum of RGB (Red+Green+Blue) = 192+168+60=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A83C is #3F57C3. Grayscale: #A3A3A3. Windows color (decimal): -4151236 or 3975360. OLE color: 3975360.

HSL color Cylindrical-coordinate representation of color #C0A83C: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0A83C is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 60 -
CMYK 0 0.12 0.69 0.25
HSL 49.09º 0.52% 0.49% -
HSV(B) 49.09º 0.69% 0.75% -
XYZ 36.56 39.54 9.98 -
YUV 162.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 192 168 60 0 0.12 0.69 0.25 49.09 0.52 0.49
Hex C0 A8 3C 0 C 45 19 31 34 31
Octal 300 250 74 0 14 105 31 61 64 61
Binary 11000000 10101000 111100 0 1100 1000101 11001 110001 110100 110001

Color Harmonies of #C0A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A83C

Black with #C0A83C

Text Example


Text Example

White with #C0A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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