Html Css Color HEX #C0A43E Brass

📋 copy color: '#C0A43E'

red 192 ◦ green 164 ◦ blue 62

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

Shades of Brass #C0A43E

Tints of Brass #C0A43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 45.93%
G = 39.23%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0A43E (or 0xC0A43E) is known color: Brass. HEX triplet: C0, A4 and 3E. RGB value is (192,164,62). Sum of RGB (Red+Green+Blue) = 192+164+62=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A43E is #3F5BC1. Grayscale: #A1A1A1. Windows color (decimal): -4152258 or 4105408. OLE color: 4105408.

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

Color convert

RGB 192 164 62 -
CMYK 0 0.15 0.68 0.25
HSL 47.08º 0.51% 0.5% -
HSV(B) 47.08º 0.68% 0.75% -
XYZ 35.88 38.11 10.02 -
YUV 160.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 192 164 62 0 0.15 0.68 0.25 47.08 0.51 0.5
Hex C0 A4 3E 0 F 44 19 2F 33 32
Octal 300 244 76 0 17 104 31 57 63 62
Binary 11000000 10100100 111110 0 1111 1000100 11001 101111 110011 110010

Color Harmonies of #C0A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A43E

Black with #C0A43E

Text Example


Text Example

White with #C0A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A43E; }

 p { color: rgb(192,164,62); }

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

background-color css

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

 a { background-color: rgb(192,164,62); }

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

border-color css

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

 span { border-color: rgb(192,164,62); }

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