Html Css Color HEX #C0AF3B Brass

📋 copy color: '#C0AF3B'

red 192 ◦ green 175 ◦ blue 59

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

Shades of Brass #C0AF3B

Tints of Brass #C0AF3B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 45.07%
G = 41.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0AF3B (or 0xC0AF3B) is known color: Brass. HEX triplet: C0, AF and 3B. RGB value is (192,175,59). Sum of RGB (Red+Green+Blue) = 192+175+59=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF3B is #3F50C4. Grayscale: #A7A7A7. Windows color (decimal): -4149445 or 3911616. OLE color: 3911616.

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

Color convert

RGB 192 175 59 -
CMYK 0 0.09 0.69 0.25
HSL 52.33º 0.53% 0.49% -
HSV(B) 52.33º 0.69% 0.75% -
XYZ 37.86 42.18 10.28 -
YUV 166.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 192 175 59 0 0.09 0.69 0.25 52.33 0.53 0.49
Hex C0 AF 3B 0 9 45 19 34 35 31
Octal 300 257 73 0 11 105 31 64 65 61
Binary 11000000 10101111 111011 0 1001 1000101 11001 110100 110101 110001

Color Harmonies of #C0AF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF3B

Black with #C0AF3B

Text Example


Text Example

White with #C0AF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF3B; }

 p { color: rgb(192,175,59); }

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

background-color css

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

 a { background-color: rgb(192,175,59); }

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

border-color css

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

 span { border-color: rgb(192,175,59); }

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