#C12863

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

Shades of Old Rose #C12863

Tints of Old Rose #C12863

Color information

#C12863 (or 0xC12863) is unknown color: approx Old Rose. HEX triplet: C1, 28 and 63. RGB value is (193,40,99). Sum of RGB (Red+Green+Blue) = 193+40+99=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C12863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12863 is #3ED79C. Grayscale: #5C5C5C. Windows color (decimal): -4118429 or 6498497. OLE color: 6498497.

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

Color convert

RGB1934099-
CMYK00.790.490.24
HSL336.86º65.67%45.69%-
HSV(B)336.86º79.27%75.69%-
XYZ2513.7613.14-
YUV92.47131.69199.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.13%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=58.13%
G=12.05%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193409900.790.490.24336.8665.6745.69
HexC1286304F3118151422e
Octal301501430117613052110256
Binary11000001101000110001101001111110001110001010100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12863; }

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

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

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

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

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

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

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

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