#C31E56

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

Shades of Old Rose #C31E56

Tints of Old Rose #C31E56

Color information

#C31E56 (or 0xC31E56) is unknown color: approx Old Rose. HEX triplet: C3, 1E and 56. RGB value is (195,30,86). Sum of RGB (Red+Green+Blue) = 195+30+86=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E56 is #3CE1A9. Grayscale: #555555. Windows color (decimal): -3989930 or 5643971. OLE color: 5643971.

HSL color Cylindrical-coordinate representation of color #C31E56: hue angle of 339.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31E56 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1953086-
CMYK00.850.560.24
HSL339.64º73.33%44.12%-
HSV(B)339.64º84.62%76.47%-
XYZ24.6513.210.05-
YUV85.72128.16205.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.70%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=62.70%
G=9.65%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195308600.850.560.24339.6473.3344.12
HexC31E560553818154492c
Octal303361260125703052411154
Binary1100001111110101011001010101111000110001010101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E56; }

 p { color: rgb(195,30,86); }

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

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

 a { background-color: rgb(195,30,86); }

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

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

 span { border-color: rgb(195,30,86); }

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