#C31E60

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

Shades of Old Rose #C31E60

Tints of Old Rose #C31E60

Color information

#C31E60 (or 0xC31E60) is unknown color: approx Old Rose. HEX triplet: C3, 1E and 60. RGB value is (195,30,96). Sum of RGB (Red+Green+Blue) = 195+30+96=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E60 is #3CE19F. Grayscale: #565656. Windows color (decimal): -3989920 or 6299331. OLE color: 6299331.

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

Color convert

RGB1953096-
CMYK00.850.510.24
HSL336º73.33%44.12%-
HSV(B)336º84.62%76.47%-
XYZ25.0813.3812.33-
YUV86.86133.16205.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.75%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=60.75%
G=9.35%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195309600.850.510.2433673.3344.12
HexC31E600553318150492c
Octal303361400125633052011154
Binary1100001111110110000001010101110011110001010100001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31E60; }

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

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

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

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

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

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

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

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