Html Css Color HEX #C0AC38 Brass

📋 copy color: '#C0AC38'

red 192 ◦ green 172 ◦ blue 56

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

Shades of Brass #C0AC38

Tints of Brass #C0AC38

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 45.71%
G = 40.95%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0AC38 (or 0xC0AC38) is known color: Brass. HEX triplet: C0, AC and 38. RGB value is (192,172,56). Sum of RGB (Red+Green+Blue) = 192+172+56=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC38 is #3F53C7. Grayscale: #A5A5A5. Windows color (decimal): -4150216 or 3714240. OLE color: 3714240.

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

Color convert

RGB 192 172 56 -
CMYK 0 0.10 0.71 0.25
HSL 51.18º 0.55% 0.49% -
HSV(B) 51.18º 0.71% 0.75% -
XYZ 37.2 41 9.69 -
YUV 164.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 192 172 56 0 0.10 0.71 0.25 51.18 0.55 0.49
Hex C0 AC 38 0 A 47 19 33 37 31
Octal 300 254 70 0 12 107 31 63 67 61
Binary 11000000 10101100 111000 0 1010 1000111 11001 110011 110111 110001

Color Harmonies of #C0AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC38

Black with #C0AC38

Text Example


Text Example

White with #C0AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC38; }

 p { color: rgb(192,172,56); }

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

background-color css

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

 a { background-color: rgb(192,172,56); }

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

border-color css

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

 span { border-color: rgb(192,172,56); }

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