Html Css Color HEX #C0AB33 Brass

📋 copy color: '#C0AB33'

red 192 ◦ green 171 ◦ blue 51

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

Shades of Brass #C0AB33

Tints of Brass #C0AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 46.38%
G = 41.3%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0AB33 (or 0xC0AB33) is known color: Brass. HEX triplet: C0, AB and 33. RGB value is (192,171,51). Sum of RGB (Red+Green+Blue) = 192+171+51=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB33 is #3F54CC. Grayscale: #A4A4A4. Windows color (decimal): -4150477 or 3386304. OLE color: 3386304.

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

Color convert

RGB 192 171 51 -
CMYK 0 0.11 0.73 0.25
HSL 51.06º 0.58% 0.48% -
HSV(B) 51.06º 0.73% 0.75% -
XYZ 36.9 40.57 9.02 -
YUV 163.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 192 171 51 0 0.11 0.73 0.25 51.06 0.58 0.48
Hex C0 AB 33 0 B 49 19 33 3A 30
Octal 300 253 63 0 13 111 31 63 72 60
Binary 11000000 10101011 110011 0 1011 1001001 11001 110011 111010 110000

Color Harmonies of #C0AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB33

Black with #C0AB33

Text Example


Text Example

White with #C0AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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