Html Css Color HEX #C0AB38 Brass

📋 copy color: '#C0AB38'

red 192 ◦ green 171 ◦ blue 56

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

Shades of Brass #C0AB38

Tints of Brass #C0AB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 45.82%
G = 40.81%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0AB38 (or 0xC0AB38) is known color: Brass. HEX triplet: C0, AB and 38. RGB value is (192,171,56). Sum of RGB (Red+Green+Blue) = 192+171+56=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB38 is #3F54C7. Grayscale: #A4A4A4. Windows color (decimal): -4150472 or 3713984. OLE color: 3713984.

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

Color convert

RGB 192 171 56 -
CMYK 0 0.11 0.71 0.25
HSL 50.74º 0.55% 0.49% -
HSV(B) 50.74º 0.71% 0.75% -
XYZ 37.01 40.62 9.63 -
YUV 164.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 192 171 56 0 0.11 0.71 0.25 50.74 0.55 0.49
Hex C0 AB 38 0 B 47 19 33 37 31
Octal 300 253 70 0 13 107 31 63 67 61
Binary 11000000 10101011 111000 0 1011 1000111 11001 110011 110111 110001

Color Harmonies of #C0AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB38

Black with #C0AB38

Text Example


Text Example

White with #C0AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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