#C19A3A

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

Shades of Roti #C19A3A

Tints of Roti #C19A3A

Color information

#C19A3A (or 0xC19A3A) is unknown color: approx Roti. HEX triplet: C1, 9A and 3A. RGB value is (193,154,58). Sum of RGB (Red+Green+Blue) = 193+154+58=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A3A is #3E65C5. Grayscale: #9B9B9B. Windows color (decimal): -4089286 or 3840705. OLE color: 3840705.

HSL color Cylindrical-coordinate representation of color #C19A3A: hue angle of 42.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C19A3A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19315458-
CMYK00.200.700.24
HSL42.67º53.78%49.22%-
HSV(B)42.67º69.95%75.69%-
XYZ34.3134.758.9-
YUV154.7273.42155.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=47.65%
G=38.02%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931545800.200.700.2442.6753.7849.22
HexC19A3A01446182b3631
Octal3012327202410630536661
Binary1100000110011010111010010100100011011000101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A3A; }

 p { color: rgb(193,154,58); }

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

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

 a { background-color: rgb(193,154,58); }

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

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

 span { border-color: rgb(193,154,58); }

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