#C1993B

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

Shades of Roti #C1993B

Tints of Roti #C1993B

Color information

#C1993B (or 0xC1993B) is unknown color: approx Roti. HEX triplet: C1, 99 and 3B. RGB value is (193,153,59). Sum of RGB (Red+Green+Blue) = 193+153+59=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1993B is #3E66C4. Grayscale: #9A9A9A. Windows color (decimal): -4089541 or 3905985. OLE color: 3905985.

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

Color convert

RGB19315359-
CMYK00.210.690.24
HSL42.09º53.17%49.41%-
HSV(B)42.09º69.43%75.69%-
XYZ34.1734.448.98-
YUV154.2474.25155.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 59 (23.44% from 255) = 14.57%
R=47.65%
G=37.78%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931535900.210.690.2442.0953.1749.41
HexC1993B01545182a3531
Octal3012317302510530526561
Binary1100000110011001111011010101100010111000101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1993B; }

 p { color: rgb(193,153,59); }

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

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

 a { background-color: rgb(193,153,59); }

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

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

 span { border-color: rgb(193,153,59); }

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