Html Css Color HEX #C0AB42 Brass

📋 copy color: '#C0AB42'

red 192 ◦ green 171 ◦ blue 66

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

Shades of Brass #C0AB42

Tints of Brass #C0AB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 44.76%
G = 39.86%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0AB42 (or 0xC0AB42) is known color: Brass. HEX triplet: C0, AB and 42. RGB value is (192,171,66). Sum of RGB (Red+Green+Blue) = 192+171+66=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB42 is #3F54BD. Grayscale: #A5A5A5. Windows color (decimal): -4150462 or 4369344. OLE color: 4369344.

HSL color Cylindrical-coordinate representation of color #C0AB42: hue angle of 50º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0AB42 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 66 -
CMYK 0 0.11 0.66 0.25
HSL 50º 0.5% 0.51% -
HSV(B) 50º 0.66% 0.75% -
XYZ 37.28 40.73 11.05 -
YUV 165.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 192 171 66 0 0.11 0.66 0.25 50 0.5 0.51
Hex C0 AB 42 0 B 42 19 32 32 33
Octal 300 253 102 0 13 102 31 62 62 63
Binary 11000000 10101011 1000010 0 1011 1000010 11001 110010 110010 110011

Color Harmonies of #C0AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB42

Black with #C0AB42

Text Example


Text Example

White with #C0AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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