#C13652

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

Shades of Old Rose #C13652

Tints of Old Rose #C13652

Color information

#C13652 (or 0xC13652) is unknown color: approx Old Rose. HEX triplet: C1, 36 and 52. RGB value is (193,54,82). Sum of RGB (Red+Green+Blue) = 193+54+82=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C13652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13652 is #3EC9AD. Grayscale: #626262. Windows color (decimal): -4114862 or 5387969. OLE color: 5387969.

HSL color Cylindrical-coordinate representation of color #C13652: hue angle of 347.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13652 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1935482-
CMYK00.720.580.24
HSL347.91º56.28%48.43%-
HSV(B)347.91º72.02%75.69%-
XYZ24.8314.589.49-
YUV98.75118.55195.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=58.66%
G=16.41%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193548200.720.580.24347.9156.2848.43
HexC136520483A1815c3830
Octal30166122011072305347060
Binary1100000111011010100100100100011101011000101011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13652; }

 p { color: rgb(193,54,82); }

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

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

 a { background-color: rgb(193,54,82); }

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

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

 span { border-color: rgb(193,54,82); }

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