Html Css Color HEX #C2A738 Brass

📋 copy color: '#C2A738'

red 194 ◦ green 167 ◦ blue 56

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

Shades of Brass #C2A738

Tints of Brass #C2A738

RGB

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

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

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

R = 46.52%
G = 40.05%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2A738 (or 0xC2A738) is known color: Brass. HEX triplet: C2, A7 and 38. RGB value is (194,167,56). Sum of RGB (Red+Green+Blue) = 194+167+56=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A738 is #3D58C7. Grayscale: #A2A2A2. Windows color (decimal): -4020424 or 3712962. OLE color: 3712962.

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

Color convert

RGB 194 167 56 -
CMYK 0 0.14 0.71 0.24
HSL 48.26º 0.55% 0.49% -
HSV(B) 48.26º 0.71% 0.76% -
XYZ 36.78 39.39 9.41 -
YUV 162.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 194 167 56 0 0.14 0.71 0.24 48.26 0.55 0.49
Hex C2 A7 38 0 E 47 18 30 37 31
Octal 302 247 70 0 16 107 30 60 67 61
Binary 11000010 10100111 111000 0 1110 1000111 11000 110000 110111 110001

Color Harmonies of #C2A738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A738

Black with #C2A738

Text Example


Text Example

White with #C2A738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A738; }

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

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

background-color css

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

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

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

border-color css

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

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

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