Html Css Color HEX #C2A733 Brass

📋 copy color: '#C2A733'

red 194 ◦ green 167 ◦ blue 51

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

Shades of Brass #C2A733

Tints of Brass #C2A733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 47.09%
G = 40.53%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A733 (or 0xC2A733) is known color: Brass. HEX triplet: C2, A7 and 33. RGB value is (194,167,51). Sum of RGB (Red+Green+Blue) = 194+167+51=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A733 is #3D58CC. Grayscale: #A2A2A2. Windows color (decimal): -4020429 or 3385282. OLE color: 3385282.

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

Color convert

RGB 194 167 51 -
CMYK 0 0.14 0.74 0.24
HSL 48.67º 0.58% 0.48% -
HSV(B) 48.67º 0.74% 0.76% -
XYZ 36.66 39.35 8.79 -
YUV 161.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 194 167 51 0 0.14 0.74 0.24 48.67 0.58 0.48
Hex C2 A7 33 0 E 4A 18 31 3A 30
Octal 302 247 63 0 16 112 30 61 72 60
Binary 11000010 10100111 110011 0 1110 1001010 11000 110001 111010 110000

Color Harmonies of #C2A733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A733

Black with #C2A733

Text Example


Text Example

White with #C2A733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A733; }

 p { color: rgb(194,167,51); }

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

background-color css

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

 a { background-color: rgb(194,167,51); }

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

border-color css

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

 span { border-color: rgb(194,167,51); }

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