Html Css Color HEX #C4A23A Brass

📋 copy color: '#C4A23A'

red 196 ◦ green 162 ◦ blue 58

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

Shades of Brass #C4A23A

Tints of Brass #C4A23A

RGB

 RED value IS 196 (76.95% from 255) = 47.12%

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 58 (23.05% from 255) = 13.94%

R = 47.12%
G = 38.94%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4A23A (or 0xC4A23A) is known color: Brass. HEX triplet: C4, A2 and 3A. RGB value is (196,162,58). Sum of RGB (Red+Green+Blue) = 196+162+58=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A23A is #3B5DC5. Grayscale: #A0A0A0. Windows color (decimal): -3890630 or 3842756. OLE color: 3842756.

HSL color Cylindrical-coordinate representation of color #C4A23A: hue angle of 45.22º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4A23A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 58 -
CMYK 0 0.17 0.70 0.23
HSL 45.22º 0.54% 0.5% -
HSV(B) 45.22º 0.7% 0.77% -
XYZ 36.45 37.88 9.39 -
YUV 160.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 196 162 58 0 0.17 0.70 0.23 45.22 0.54 0.5
Hex C4 A2 3A 0 11 46 17 2D 36 32
Octal 304 242 72 0 21 106 27 55 66 62
Binary 11000100 10100010 111010 0 10001 1000110 10111 101101 110110 110010

Color Harmonies of #C4A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A23A

Black with #C4A23A

Text Example


Text Example

White with #C4A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A23A; }

 p { color: rgb(196,162,58); }

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

background-color css

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

 a { background-color: rgb(196,162,58); }

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

border-color css

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

 span { border-color: rgb(196,162,58); }

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