#c61c56

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

Shades of Old Rose #C61C56

Tints of Old Rose #C61C56

Color information

#C61C56 (or 0xC61C56) is unknown color: approx Old Rose. HEX triplet: C6, 1C and 56. RGB value is (198,28,86). Sum of RGB (Red+Green+Blue) = 198+28+86=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C56 is #39E3A9. Grayscale: #555555. Windows color (decimal): -3793834 or 5643462. OLE color: 5643462.

HSL color Cylindrical-coordinate representation of color #C61C56: hue angle of 339.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C56 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1982886-
CMYK00.860.570.22
HSL339.53º75.22%44.31%-
HSV(B)339.53º85.86%77.65%-
XYZ25.3813.5110.07-
YUV85.44128.32208.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.46%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=63.46%
G=8.97%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198288600.860.570.22339.5375.2244.31
HexC61C5605639161544b2c
Octal306341260126712652411354
Binary1100011011100101011001010110111001101101010101001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61c56; }

 p { color: rgb(198,28,86); }

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

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

 a { background-color: rgb(198,28,86); }

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

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

 span { border-color: rgb(198,28,86); }

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