Html Css Color HEX #C0AB3D Brass

📋 copy color: '#C0AB3D'

red 192 ◦ green 171 ◦ blue 61

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

Shades of Brass #C0AB3D

Tints of Brass #C0AB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 45.28%
G = 40.33%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0AB3D (or 0xC0AB3D) is known color: Brass. HEX triplet: C0, AB and 3D. RGB value is (192,171,61). Sum of RGB (Red+Green+Blue) = 192+171+61=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB3D is #3F54C2. Grayscale: #A5A5A5. Windows color (decimal): -4150467 or 4041664. OLE color: 4041664.

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

Color convert

RGB 192 171 61 -
CMYK 0 0.11 0.68 0.25
HSL 50.38º 0.52% 0.5% -
HSV(B) 50.38º 0.68% 0.75% -
XYZ 37.14 40.67 10.31 -
YUV 164.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 192 171 61 0 0.11 0.68 0.25 50.38 0.52 0.5
Hex C0 AB 3D 0 B 44 19 32 34 32
Octal 300 253 75 0 13 104 31 62 64 62
Binary 11000000 10101011 111101 0 1011 1000100 11001 110010 110100 110010

Color Harmonies of #C0AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AB3D

Black with #C0AB3D

Text Example


Text Example

White with #C0AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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