#C19D39

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

Shades of Roti #C19D39

Tints of Roti #C19D39

Color information

#C19D39 (or 0xC19D39) is unknown color: approx Roti. HEX triplet: C1, 9D and 39. RGB value is (193,157,57). Sum of RGB (Red+Green+Blue) = 193+157+57=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D39 is #3E62C6. Grayscale: #9C9C9C. Windows color (decimal): -4088519 or 3775937. OLE color: 3775937.

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

Color convert

RGB19315757-
CMYK00.190.700.24
HSL44.12º54.4%49.02%-
HSV(B)44.12º70.47%75.69%-
XYZ34.7935.758.94-
YUV156.3671.93154.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 57 (22.66% from 255) = 14.00%
R=47.42%
G=38.57%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931575700.190.700.2444.1254.449.02
HexC19D3901346182c3631
Octal3012357102310630546661
Binary1100000110011101111001010011100011011000101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19D39; }

 p { color: rgb(193,157,57); }

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

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

 a { background-color: rgb(193,157,57); }

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

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

 span { border-color: rgb(193,157,57); }

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