#C12858

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

Shades of Old Rose #C12858

Tints of Old Rose #C12858

Color information

#C12858 (or 0xC12858) is unknown color: approx Old Rose. HEX triplet: C1, 28 and 58. RGB value is (193,40,88). Sum of RGB (Red+Green+Blue) = 193+40+88=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C12858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12858 is #3ED7A7. Grayscale: #5B5B5B. Windows color (decimal): -4118440 or 5777601. OLE color: 5777601.

HSL color Cylindrical-coordinate representation of color #C12858: hue angle of 341.18º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12858 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1934088-
CMYK00.790.540.24
HSL341.18º65.67%45.69%-
HSV(B)341.18º79.27%75.69%-
XYZ24.5113.5610.56-
YUV91.22126.19200.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 88 (34.77% from 255) = 27.41%
R=60.12%
G=12.46%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193408800.790.540.24341.1865.6745.69
HexC1285804F3618155422e
Octal301501300117663052510256
Binary11000001101000101100001001111110110110001010101011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12858; }

 p { color: rgb(193,40,88); }

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

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

 a { background-color: rgb(193,40,88); }

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

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

 span { border-color: rgb(193,40,88); }

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