Html Css Color HEX #C3A33C Brass

📋 copy color: '#C3A33C'

red 195 ◦ green 163 ◦ blue 60

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

Shades of Brass #C3A33C

Tints of Brass #C3A33C

RGB

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

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

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

R = 46.65%
G = 39%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3A33C (or 0xC3A33C) is known color: Brass. HEX triplet: C3, A3 and 3C. RGB value is (195,163,60). Sum of RGB (Red+Green+Blue) = 195+163+60=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A33C is #3C5CC3. Grayscale: #A1A1A1. Windows color (decimal): -3955908 or 3974083. OLE color: 3974083.

HSL color Cylindrical-coordinate representation of color #C3A33C: hue angle of 45.78º 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 #C3A33C is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 60 -
CMYK 0 0.16 0.69 0.24
HSL 45.78º 0.53% 0.5% -
HSV(B) 45.78º 0.69% 0.76% -
XYZ 36.42 38.12 9.71 -
YUV 160.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 195 163 60 0 0.16 0.69 0.24 45.78 0.53 0.5
Hex C3 A3 3C 0 10 45 18 2E 35 32
Octal 303 243 74 0 20 105 30 56 65 62
Binary 11000011 10100011 111100 0 10000 1000101 11000 101110 110101 110010

Color Harmonies of #C3A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A33C

Black with #C3A33C

Text Example


Text Example

White with #C3A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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