Html Css Color HEX #C2A533 Brass

📋 copy color: '#C2A533'

red 194 ◦ green 165 ◦ blue 51

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

Shades of Brass #C2A533

Tints of Brass #C2A533

RGB

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

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

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

R = 47.32%
G = 40.24%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A533 (or 0xC2A533) is known color: Brass. HEX triplet: C2, A5 and 33. RGB value is (194,165,51). Sum of RGB (Red+Green+Blue) = 194+165+51=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A533 is #3D5ACC. Grayscale: #A1A1A1. Windows color (decimal): -4020941 or 3384770. OLE color: 3384770.

HSL color Cylindrical-coordinate representation of color #C2A533: hue angle of 47.83º 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 #C2A533 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 51 -
CMYK 0 0.15 0.74 0.24
HSL 47.83º 0.58% 0.48% -
HSV(B) 47.83º 0.74% 0.76% -
XYZ 36.3 38.62 8.67 -
YUV 160.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 194 165 51 0 0.15 0.74 0.24 47.83 0.58 0.48
Hex C2 A5 33 0 F 4A 18 30 3A 30
Octal 302 245 63 0 17 112 30 60 72 60
Binary 11000010 10100101 110011 0 1111 1001010 11000 110000 111010 110000

Color Harmonies of #C2A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A533

Black with #C2A533

Text Example


Text Example

White with #C2A533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A533; }

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

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

background-color css

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

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

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

border-color css

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

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

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