#C19842

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

Shades of Roti #C19842

Tints of Roti #C19842

Color information

#C19842 (or 0xC19842) is unknown color: approx Roti. HEX triplet: C1, 98 and 42. RGB value is (193,152,66). Sum of RGB (Red+Green+Blue) = 193+152+66=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C19842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19842 is #3E67BD. Grayscale: #9A9A9A. Windows color (decimal): -4089790 or 4364481. OLE color: 4364481.

HSL color Cylindrical-coordinate representation of color #C19842: hue angle of 40.63º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C19842 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19315266-
CMYK00.210.660.24
HSL40.63º50.6%50.78%-
HSV(B)40.63º65.8%75.69%-
XYZ34.234.199.95-
YUV154.4578.08155.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 66 (26.17% from 255) = 16.06%
R=46.96%
G=36.98%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931526600.210.660.2440.6350.650.78
HexC198420154218293333
Octal30123010202510230516363
Binary11000001100110001000010010101100001011000101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19842; }

 p { color: rgb(193,152,66); }

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

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

 a { background-color: rgb(193,152,66); }

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

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

 span { border-color: rgb(193,152,66); }

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