#C19D44

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

Shades of Roti #C19D44

Tints of Roti #C19D44

Color information

#C19D44 (or 0xC19D44) is unknown color: approx Roti. HEX triplet: C1, 9D and 44. RGB value is (193,157,68). Sum of RGB (Red+Green+Blue) = 193+157+68=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D44 is #3E62BB. Grayscale: #9E9E9E. Windows color (decimal): -4088508 or 4496833. OLE color: 4496833.

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

Color convert

RGB19315768-
CMYK00.190.650.24
HSL42.72º50.2%51.18%-
HSV(B)42.72º64.77%75.69%-
XYZ35.0935.8710.54-
YUV157.6277.43153.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=46.17%
G=37.56%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931576800.190.650.2442.7250.251.18
HexC19D4401341182b3233
Octal30123510402310130536263
Binary11000001100111011000100010011100000111000101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19D44; }

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

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

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

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

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

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

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

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