#C31656

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

Shades of Old Rose #C31656

Tints of Old Rose #C31656

Color information

#C31656 (or 0xC31656) is unknown color: approx Old Rose. HEX triplet: C3, 16 and 56. RGB value is (195,22,86). Sum of RGB (Red+Green+Blue) = 195+22+86=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C31656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31656 is #3CE9A9. Grayscale: #505050. Windows color (decimal): -3991978 or 5641923. OLE color: 5641923.

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

Color convert

RGB1952286-
CMYK00.890.560.24
HSL337.8º79.72%42.55%-
HSV(B)337.8º88.72%76.47%-
XYZ24.4712.859.99-
YUV81.02130.81209.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.36%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=64.36%
G=7.26%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195228600.890.560.24337.879.7242.55
HexC316560593818152502b
Octal303261260131703052212053
Binary1100001110110101011001011001111000110001010100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31656; }

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

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

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

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

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

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

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

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