#c12861

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

Shades of Old Rose #C12861

Tints of Old Rose #C12861

Color information

#C12861 (or 0xC12861) is unknown color: approx Old Rose. HEX triplet: C1, 28 and 61. RGB value is (193,40,97). Sum of RGB (Red+Green+Blue) = 193+40+97=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C12861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12861 is #3ED79E. Grayscale: #5C5C5C. Windows color (decimal): -4118431 or 6367425. OLE color: 6367425.

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

Color convert

RGB1934097-
CMYK00.790.500.24
HSL337.65º65.67%45.69%-
HSV(B)337.65º79.27%75.69%-
XYZ24.9113.7212.64-
YUV92.24130.69199.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=58.48%
G=12.12%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193409700.790.500.24337.6565.6745.69
HexC1286104F3218152422e
Octal301501410117623052210256
Binary11000001101000110000101001111110010110001010100101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12861; }

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

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

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

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

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

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

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

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