Html Css Color HEX #C2A33D Brass

📋 copy color: '#C2A33D'

red 194 ◦ green 163 ◦ blue 61

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

Shades of Brass #C2A33D

Tints of Brass #C2A33D

RGB

 RED value IS 194 (76.17% from 255) = 46.41%

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

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

R = 46.41%
G = 39%
B = 14.59%

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

#C2A33D (or 0xC2A33D) is known color: Brass. HEX triplet: C2, A3 and 3D. RGB value is (194,163,61). Sum of RGB (Red+Green+Blue) = 194+163+61=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A33D is #3D5CC2. Grayscale: #A1A1A1. Windows color (decimal): -4021443 or 4039618. OLE color: 4039618.

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

Color convert

RGB 194 163 61 -
CMYK 0 0.16 0.69 0.24
HSL 46.02º 0.52% 0.5% -
HSV(B) 46.02º 0.69% 0.76% -
XYZ 36.19 38 9.84 -
YUV 160.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 194 163 61 0 0.16 0.69 0.24 46.02 0.52 0.5
Hex C2 A3 3D 0 10 45 18 2E 34 32
Octal 302 243 75 0 20 105 30 56 64 62
Binary 11000010 10100011 111101 0 10000 1000101 11000 101110 110100 110010

Color Harmonies of #C2A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A33D

Black with #C2A33D

Text Example


Text Example

White with #C2A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A33D; }

 p { color: rgb(194,163,61); }

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

background-color css

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

 a { background-color: rgb(194,163,61); }

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

border-color css

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

 span { border-color: rgb(194,163,61); }

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