Html Css Color HEX #C0A840 Brass

📋 copy color: '#C0A840'

red 192 ◦ green 168 ◦ blue 64

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

Shades of Brass #C0A840

Tints of Brass #C0A840

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 45.28%
G = 39.62%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0A840 (or 0xC0A840) is known color: Brass. HEX triplet: C0, A8 and 40. RGB value is (192,168,64). Sum of RGB (Red+Green+Blue) = 192+168+64=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A840 is #3F57BF. Grayscale: #A3A3A3. Windows color (decimal): -4151232 or 4237504. OLE color: 4237504.

HSL color Cylindrical-coordinate representation of color #C0A840: hue angle of 48.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A840 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 64 -
CMYK 0 0.12 0.67 0.25
HSL 48.75º 0.5% 0.5% -
HSV(B) 48.75º 0.67% 0.75% -
XYZ 36.67 39.58 10.56 -
YUV 163.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 192 168 64 0 0.12 0.67 0.25 48.75 0.5 0.5
Hex C0 A8 40 0 C 43 19 31 32 32
Octal 300 250 100 0 14 103 31 61 62 62
Binary 11000000 10101000 1000000 0 1100 1000011 11001 110001 110010 110010

Color Harmonies of #C0A840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A840

Black with #C0A840

Text Example


Text Example

White with #C0A840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A840; }

 p { color: rgb(192,168,64); }

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

background-color css

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

 a { background-color: rgb(192,168,64); }

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

border-color css

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

 span { border-color: rgb(192,168,64); }

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