#C16131

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

Shades of Christine #C16131

Tints of Christine #C16131

Color information

#C16131 (or 0xC16131) is unknown color: approx Christine. HEX triplet: C1, 61 and 31. RGB value is (193,97,49). Sum of RGB (Red+Green+Blue) = 193+97+49=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C16131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16131 is #3E9ECE. Grayscale: #787878. Windows color (decimal): -4103887 or 3236289. OLE color: 3236289.

HSL color Cylindrical-coordinate representation of color #C16131: hue angle of 20º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C16131 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1939749-
CMYK00.500.750.24
HSL20º59.5%47.45%-
HSV(B)20º74.61%75.69%-
XYZ26.8220.115.37-
YUV120.2387.8179.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=56.93%
G=28.61%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193974900.500.750.242059.547.45
HexC161310324B18143c2f
Octal3011416106211330247457
Binary110000011100001110001011001010010111100010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16131; }

 p { color: rgb(193,97,49); }

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

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

 a { background-color: rgb(193,97,49); }

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

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

 span { border-color: rgb(193,97,49); }

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