#C0A043

Color #C0A043 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C0A043

Tints of Roti #C0A043

Color information

#C0A043 (or 0xC0A043) is unknown color: approx Roti. HEX triplet: C0, A0 and 43. RGB value is (192,160,67). Sum of RGB (Red+Green+Blue) = 192+160+67=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A043 is #3F5FBC. Grayscale: #9F9F9F. Windows color (decimal): -4153277 or 4432064. OLE color: 4432064.

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

Color convert

RGB19216067-
CMYK00.170.650.25
HSL44.64º49.8%50.78%-
HSV(B)44.64º65.1%75.29%-
XYZ35.3236.7510.54-
YUV158.9776.1151.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 160 (62.89% from 255) = 38.19%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=45.82%
G=38.19%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921606700.170.650.2544.6449.850.78
HexC0A04301141192d3233
Octal30024010302110131556263
Binary11000000101000001000011010001100000111001101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A043; }

 p { color: rgb(192,160,67); }

 H1.HeaderClassName
 {
   color: #C0A043;
 }
 .AnyTagClassName
 {
   color: #C0A043;
 }
</style>
background-color css

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

 a { background-color: rgb(192,160,67); }

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

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

 span { border-color: rgb(192,160,67); }

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