Html Css Color HEX #C0A339 Brass

📋 copy color: '#C0A339'

red 192 ◦ green 163 ◦ blue 57

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

Shades of Brass #C0A339

Tints of Brass #C0A339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.83%

R = 46.6%
G = 39.56%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0A339 (or 0xC0A339) is known color: Brass. HEX triplet: C0, A3 and 39. RGB value is (192,163,57). Sum of RGB (Red+Green+Blue) = 192+163+57=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A339 is #3F5CC6. Grayscale: #A0A0A0. Windows color (decimal): -4152519 or 3777472. OLE color: 3777472.

HSL color Cylindrical-coordinate representation of color #C0A339: hue angle of 47.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A339 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 57 -
CMYK 0 0.15 0.70 0.25
HSL 47.11º 0.54% 0.49% -
HSV(B) 47.11º 0.7% 0.75% -
XYZ 35.57 37.7 9.27 -
YUV 159.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 192 163 57 0 0.15 0.70 0.25 47.11 0.54 0.49
Hex C0 A3 39 0 F 46 19 2F 36 31
Octal 300 243 71 0 17 106 31 57 66 61
Binary 11000000 10100011 111001 0 1111 1000110 11001 101111 110110 110001

Color Harmonies of #C0A339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A339

Black with #C0A339

Text Example


Text Example

White with #C0A339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A339; }

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

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

background-color css

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

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

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

border-color css

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

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

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