Html Css Color HEX #C2A83C Brass

📋 copy color: '#C2A83C'

red 194 ◦ green 168 ◦ blue 60

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

Shades of Brass #C2A83C

Tints of Brass #C2A83C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

 BLUE value IS 60 (23.83% from 255) = 14.22%

R = 45.97%
G = 39.81%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2A83C (or 0xC2A83C) is known color: Brass. HEX triplet: C2, A8 and 3C. RGB value is (194,168,60). Sum of RGB (Red+Green+Blue) = 194+168+60=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A83C is #3D57C3. Grayscale: #A3A3A3. Windows color (decimal): -4020164 or 3975362. OLE color: 3975362.

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

Color convert

RGB 194 168 60 -
CMYK 0 0.13 0.69 0.24
HSL 48.36º 0.53% 0.5% -
HSV(B) 48.36º 0.69% 0.76% -
XYZ 37.07 39.8 10 -
YUV 163.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 194 168 60 0 0.13 0.69 0.24 48.36 0.53 0.5
Hex C2 A8 3C 0 D 45 18 30 35 32
Octal 302 250 74 0 15 105 30 60 65 62
Binary 11000010 10101000 111100 0 1101 1000101 11000 110000 110101 110010

Color Harmonies of #C2A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A83C

Black with #C2A83C

Text Example


Text Example

White with #C2A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A83C; }

 p { color: rgb(194,168,60); }

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

background-color css

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

 a { background-color: rgb(194,168,60); }

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

border-color css

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

 span { border-color: rgb(194,168,60); }

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