Html Css Color HEX #C3A63B Brass

📋 copy color: '#C3A63B'

red 195 ◦ green 166 ◦ blue 59

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

Shades of Brass #C3A63B

Tints of Brass #C3A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 59 (23.44% from 255) = 14.05%

R = 46.43%
G = 39.52%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3A63B (or 0xC3A63B) is known color: Brass. HEX triplet: C3, A6 and 3B. RGB value is (195,166,59). Sum of RGB (Red+Green+Blue) = 195+166+59=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A63B is #3C59C4. Grayscale: #A2A2A2. Windows color (decimal): -3955141 or 3909315. OLE color: 3909315.

HSL color Cylindrical-coordinate representation of color #C3A63B: hue angle of 47.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3A63B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 59 -
CMYK 0 0.15 0.70 0.24
HSL 47.21º 0.54% 0.5% -
HSV(B) 47.21º 0.7% 0.76% -
XYZ 36.93 39.19 9.76 -
YUV 162.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 195 166 59 0 0.15 0.70 0.24 47.21 0.54 0.5
Hex C3 A6 3B 0 F 46 18 2F 36 32
Octal 303 246 73 0 17 106 30 57 66 62
Binary 11000011 10100110 111011 0 1111 1000110 11000 101111 110110 110010

Color Harmonies of #C3A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A63B

Black with #C3A63B

Text Example


Text Example

White with #C3A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A63B; }

 p { color: rgb(195,166,59); }

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

background-color css

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

 a { background-color: rgb(195,166,59); }

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

border-color css

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

 span { border-color: rgb(195,166,59); }

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