Html Css Color HEX #C0A334 Brass

📋 copy color: '#C0A334'

red 192 ◦ green 163 ◦ blue 52

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

Shades of Brass #C0A334

Tints of Brass #C0A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 47.17%
G = 40.05%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0A334 (or 0xC0A334) is known color: Brass. HEX triplet: C0, A3 and 34. RGB value is (192,163,52). Sum of RGB (Red+Green+Blue) = 192+163+52=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A334 is #3F5CCB. Grayscale: #9F9F9F. Windows color (decimal): -4152524 or 3449792. OLE color: 3449792.

HSL color Cylindrical-coordinate representation of color #C0A334: hue angle of 47.57º degrees, saturation: 0.57, 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 #C0A334 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 52 -
CMYK 0 0.15 0.73 0.25
HSL 47.57º 0.57% 0.48% -
HSV(B) 47.57º 0.73% 0.75% -
XYZ 35.46 37.65 8.65 -
YUV 159.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 192 163 52 0 0.15 0.73 0.25 47.57 0.57 0.48
Hex C0 A3 34 0 F 49 19 30 39 30
Octal 300 243 64 0 17 111 31 60 71 60
Binary 11000000 10100011 110100 0 1111 1001001 11001 110000 111001 110000

Color Harmonies of #C0A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A334

Black with #C0A334

Text Example


Text Example

White with #C0A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A334; }

 p { color: rgb(192,163,52); }

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

background-color css

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

 a { background-color: rgb(192,163,52); }

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

border-color css

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

 span { border-color: rgb(192,163,52); }

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