Html Css Color HEX #C0A33C Brass

📋 copy color: '#C0A33C'

red 192 ◦ green 163 ◦ blue 60

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

Shades of Brass #C0A33C

Tints of Brass #C0A33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.46%

R = 46.27%
G = 39.28%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0A33C (or 0xC0A33C) is known color: Brass. HEX triplet: C0, A3 and 3C. RGB value is (192,163,60). Sum of RGB (Red+Green+Blue) = 192+163+60=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A33C is #3F5CC3. Grayscale: #A0A0A0. Windows color (decimal): -4152516 or 3974080. OLE color: 3974080.

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

Color convert

RGB 192 163 60 -
CMYK 0 0.15 0.69 0.25
HSL 46.82º 0.52% 0.49% -
HSV(B) 46.82º 0.69% 0.75% -
XYZ 35.65 37.73 9.68 -
YUV 159.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 192 163 60 0 0.15 0.69 0.25 46.82 0.52 0.49
Hex C0 A3 3C 0 F 45 19 2F 34 31
Octal 300 243 74 0 17 105 31 57 64 61
Binary 11000000 10100011 111100 0 1111 1000101 11001 101111 110100 110001

Color Harmonies of #C0A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A33C

Black with #C0A33C

Text Example


Text Example

White with #C0A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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