#C01253

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

Shades of Old Rose #C01253

Tints of Old Rose #C01253

Color information

#C01253 (or 0xC01253) is unknown color: approx Old Rose. HEX triplet: C0, 12 and 53. RGB value is (192,18,83). Sum of RGB (Red+Green+Blue) = 192+18+83=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C01253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01253 is #3FEDAC. Grayscale: #4D4D4D. Windows color (decimal): -4189613 or 5444288. OLE color: 5444288.

HSL color Cylindrical-coordinate representation of color #C01253: hue angle of 337.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01253 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1921883-
CMYK00.910.570.25
HSL337.59º82.86%41.18%-
HSV(B)337.59º90.62%75.29%-
XYZ23.5212.269.31-
YUV77.44131.15209.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=65.53%
G=6.14%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192188300.910.570.25337.5982.8641.18
HexC0125305B39191525329
Octal300221230133713152212351
Binary1100000010010101001101011011111001110011010100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01253; }

 p { color: rgb(192,18,83); }

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

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

 a { background-color: rgb(192,18,83); }

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

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

 span { border-color: rgb(192,18,83); }

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