Html Css Color HEX #C3A339 Brass

📋 copy color: '#C3A339'

red 195 ◦ green 163 ◦ blue 57

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

Shades of Brass #C3A339

Tints of Brass #C3A339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.73%

R = 46.99%
G = 39.28%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C3A339 (or 0xC3A339) is known color: Brass. HEX triplet: C3, A3 and 39. RGB value is (195,163,57). Sum of RGB (Red+Green+Blue) = 195+163+57=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A339 is #3C5CC6. Grayscale: #A0A0A0. Windows color (decimal): -3955911 or 3777475. OLE color: 3777475.

HSL color Cylindrical-coordinate representation of color #C3A339: hue angle of 46.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3A339 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 57 -
CMYK 0 0.16 0.71 0.24
HSL 46.09º 0.55% 0.49% -
HSV(B) 46.09º 0.71% 0.76% -
XYZ 36.34 38.09 9.31 -
YUV 160.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 195 163 57 0 0.16 0.71 0.24 46.09 0.55 0.49
Hex C3 A3 39 0 10 47 18 2E 37 31
Octal 303 243 71 0 20 107 30 56 67 61
Binary 11000011 10100011 111001 0 10000 1000111 11000 101110 110111 110001

Color Harmonies of #C3A339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A339

Black with #C3A339

Text Example


Text Example

White with #C3A339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A339; }

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

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

background-color css

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

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

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

border-color css

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

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

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