Html Css Color HEX #C2A838 Brass

📋 copy color: '#C2A838'

red 194 ◦ green 168 ◦ blue 56

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

Shades of Brass #C2A838

Tints of Brass #C2A838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.4%

R = 46.41%
G = 40.19%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2A838 (or 0xC2A838) is known color: Brass. HEX triplet: C2, A8 and 38. RGB value is (194,168,56). Sum of RGB (Red+Green+Blue) = 194+168+56=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A838 is #3D57C7. Grayscale: #A3A3A3. Windows color (decimal): -4020168 or 3713218. OLE color: 3713218.

HSL color Cylindrical-coordinate representation of color #C2A838: hue angle of 48.7º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2A838 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 168 56 -
CMYK 0 0.13 0.71 0.24
HSL 48.7º 0.55% 0.49% -
HSV(B) 48.7º 0.71% 0.76% -
XYZ 36.96 39.76 9.47 -
YUV 163.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 194 168 56 0 0.13 0.71 0.24 48.7 0.55 0.49
Hex C2 A8 38 0 D 47 18 31 37 31
Octal 302 250 70 0 15 107 30 61 67 61
Binary 11000010 10101000 111000 0 1101 1000111 11000 110001 110111 110001

Color Harmonies of #C2A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A838

Black with #C2A838

Text Example


Text Example

White with #C2A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A838; }

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

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

background-color css

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

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

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

border-color css

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

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

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