Html Css Color HEX #C1A534 Brass

📋 copy color: '#C1A534'

red 193 ◦ green 165 ◦ blue 52

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

Shades of Brass #C1A534

Tints of Brass #C1A534

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 47.07%
G = 40.24%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1A534 (or 0xC1A534) is known color: Brass. HEX triplet: C1, A5 and 34. RGB value is (193,165,52). Sum of RGB (Red+Green+Blue) = 193+165+52=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A534 is #3E5ACB. Grayscale: #A0A0A0. Windows color (decimal): -4086476 or 3450305. OLE color: 3450305.

HSL color Cylindrical-coordinate representation of color #C1A534: hue angle of 48.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1A534 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 52 -
CMYK 0 0.15 0.73 0.24
HSL 48.09º 0.58% 0.48% -
HSV(B) 48.09º 0.73% 0.76% -
XYZ 36.07 38.5 8.78 -
YUV 160.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 193 165 52 0 0.15 0.73 0.24 48.09 0.58 0.48
Hex C1 A5 34 0 F 49 18 30 3A 30
Octal 301 245 64 0 17 111 30 60 72 60
Binary 11000001 10100101 110100 0 1111 1001001 11000 110000 111010 110000

Color Harmonies of #C1A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A534

Black with #C1A534

Text Example


Text Example

White with #C1A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A534; }

 p { color: rgb(193,165,52); }

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

background-color css

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

 a { background-color: rgb(193,165,52); }

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

border-color css

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

 span { border-color: rgb(193,165,52); }

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