#C19742

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

Shades of Roti #C19742

Tints of Roti #C19742

Color information

#C19742 (or 0xC19742) is unknown color: approx Roti. HEX triplet: C1, 97 and 42. RGB value is (193,151,66). Sum of RGB (Red+Green+Blue) = 193+151+66=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C19742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19742 is #3E68BD. Grayscale: #9A9A9A. Windows color (decimal): -4090046 or 4364225. OLE color: 4364225.

HSL color Cylindrical-coordinate representation of color #C19742: hue angle of 40.16º 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 #C19742 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19315166-
CMYK00.220.660.24
HSL40.16º50.6%50.78%-
HSV(B)40.16º65.8%75.69%-
XYZ34.0433.869.9-
YUV153.8778.41155.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 66 (26.17% from 255) = 16.10%
R=47.07%
G=36.83%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931516600.220.660.2440.1650.650.78
HexC197420164218283333
Octal30122710202610230506363
Binary11000001100101111000010010110100001011000101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19742; }

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

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

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

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

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

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

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

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