Html Css Color HEX #C3A83C Brass

📋 copy color: '#C3A83C'

red 195 ◦ green 168 ◦ blue 60

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

Shades of Brass #C3A83C

Tints of Brass #C3A83C

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

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

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

R = 46.1%
G = 39.72%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3A83C (or 0xC3A83C) is known color: Brass. HEX triplet: C3, A8 and 3C. RGB value is (195,168,60). Sum of RGB (Red+Green+Blue) = 195+168+60=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A83C is #3C57C3. Grayscale: #A4A4A4. Windows color (decimal): -3954628 or 3975363. OLE color: 3975363.

HSL color Cylindrical-coordinate representation of color #C3A83C: hue angle of 48º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3A83C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 168 60 -
CMYK 0 0.14 0.69 0.24
HSL 48º 0.53% 0.5% -
HSV(B) 48º 0.69% 0.76% -
XYZ 37.32 39.93 10.02 -
YUV 163.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 195 168 60 0 0.14 0.69 0.24 48 0.53 0.5
Hex C3 A8 3C 0 E 45 18 30 35 32
Octal 303 250 74 0 16 105 30 60 65 62
Binary 11000011 10101000 111100 0 1110 1000101 11000 110000 110101 110010

Color Harmonies of #C3A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A83C

Black with #C3A83C

Text Example


Text Example

White with #C3A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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