#C12964

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

Shades of Old Rose #C12964

Tints of Old Rose #C12964

Color information

#C12964 (or 0xC12964) is unknown color: approx Old Rose. HEX triplet: C1, 29 and 64. RGB value is (193,41,100). Sum of RGB (Red+Green+Blue) = 193+41+100=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C12964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12964 is #3ED69B. Grayscale: #5D5D5D. Windows color (decimal): -4118172 or 6564289. OLE color: 6564289.

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

Color convert

RGB19341100-
CMYK00.790.480.24
HSL336.71º64.96%45.88%-
HSV(B)336.71º78.76%75.69%-
XYZ25.0913.8413.41-
YUV93.17131.86199.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=57.78%
G=12.28%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934110000.790.480.24336.7164.9645.88
HexC1296404F3018151412e
Octal301511440117603052110156
Binary11000001101001110010001001111110000110001010100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12964; }

 p { color: rgb(193,41,100); }

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

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

 a { background-color: rgb(193,41,100); }

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

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

 span { border-color: rgb(193,41,100); }

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