Html Css Color HEX #C0A736 Brass

📋 copy color: '#C0A736'

red 192 ◦ green 167 ◦ blue 54

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

Shades of Brass #C0A736

Tints of Brass #C0A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.44%

 BLUE value IS 54 (21.48% from 255) = 13.08%

R = 46.49%
G = 40.44%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0A736 (or 0xC0A736) is known color: Brass. HEX triplet: C0, A7 and 36. RGB value is (192,167,54). Sum of RGB (Red+Green+Blue) = 192+167+54=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A736 is #3F58C9. Grayscale: #A2A2A2. Windows color (decimal): -4151498 or 3581888. OLE color: 3581888.

HSL color Cylindrical-coordinate representation of color #C0A736: hue angle of 49.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0A736 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 54 -
CMYK 0 0.13 0.72 0.25
HSL 49.13º 0.56% 0.48% -
HSV(B) 49.13º 0.72% 0.75% -
XYZ 36.22 39.11 9.13 -
YUV 161.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 192 167 54 0 0.13 0.72 0.25 49.13 0.56 0.48
Hex C0 A7 36 0 D 48 19 31 38 30
Octal 300 247 66 0 15 110 31 61 70 60
Binary 11000000 10100111 110110 0 1101 1001000 11001 110001 111000 110000

Color Harmonies of #C0A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A736

Black with #C0A736

Text Example


Text Example

White with #C0A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A736; }

 p { color: rgb(192,167,54); }

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

background-color css

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

 a { background-color: rgb(192,167,54); }

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

border-color css

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

 span { border-color: rgb(192,167,54); }

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