#C44057

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

Shades of Old Rose #C44057

Tints of Old Rose #C44057

Color information

#C44057 (or 0xC44057) is unknown color: approx Old Rose. HEX triplet: C4, 40 and 57. RGB value is (196,64,87). Sum of RGB (Red+Green+Blue) = 196+64+87=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44057 is #3BBFA8. Grayscale: #6A6A6A. Windows color (decimal): -3915689 or 5718212. OLE color: 5718212.

HSL color Cylindrical-coordinate representation of color #C44057: hue angle of 349.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44057 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB1966487-
CMYK00.670.560.23
HSL349.55º52.8%50.98%-
HSV(B)349.55º67.35%76.86%-
XYZ26.3216.0910.74-
YUV106.09117.23192.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.48%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=56.48%
G=18.44%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196648700.670.560.23349.5552.850.98
HexC44057043381715e3533
Octal304100127010370275366563
Binary11000100100000010101110100001111100010111101011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44057; }

 p { color: rgb(196,64,87); }

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

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

 a { background-color: rgb(196,64,87); }

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

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

 span { border-color: rgb(196,64,87); }

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