Html Css Color HEX #C1A23D Brass

📋 copy color: '#C1A23D'

red 193 ◦ green 162 ◦ blue 61

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

Shades of Brass #C1A23D

Tints of Brass #C1A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 46.39%
G = 38.94%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1A23D (or 0xC1A23D) is known color: Brass. HEX triplet: C1, A2 and 3D. RGB value is (193,162,61). Sum of RGB (Red+Green+Blue) = 193+162+61=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A23D is #3E5DC2. Grayscale: #A0A0A0. Windows color (decimal): -4087235 or 4039361. OLE color: 4039361.

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

Color convert

RGB 193 162 61 -
CMYK 0 0.16 0.68 0.24
HSL 45.91º 0.52% 0.5% -
HSV(B) 45.91º 0.68% 0.76% -
XYZ 35.75 37.52 9.77 -
YUV 159.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 193 162 61 0 0.16 0.68 0.24 45.91 0.52 0.5
Hex C1 A2 3D 0 10 44 18 2E 34 32
Octal 301 242 75 0 20 104 30 56 64 62
Binary 11000001 10100010 111101 0 10000 1000100 11000 101110 110100 110010

Color Harmonies of #C1A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A23D

Black with #C1A23D

Text Example


Text Example

White with #C1A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A23D; }

 p { color: rgb(193,162,61); }

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

background-color css

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

 a { background-color: rgb(193,162,61); }

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

border-color css

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

 span { border-color: rgb(193,162,61); }

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