#C53852

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

Shades of Old Rose #C53852

Tints of Old Rose #C53852

Color information

#C53852 (or 0xC53852) is unknown color: approx Old Rose. HEX triplet: C5, 38 and 52. RGB value is (197,56,82). Sum of RGB (Red+Green+Blue) = 197+56+82=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C53852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53852 is #3AC7AD. Grayscale: #656565. Windows color (decimal): -3852206 or 5388485. OLE color: 5388485.

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

Color convert

RGB1975682-
CMYK00.720.580.23
HSL348.94º55.73%49.61%-
HSV(B)348.94º71.57%77.25%-
XYZ25.9615.319.57-
YUV101.12117.21196.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=58.81%
G=16.72%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197568200.720.580.23348.9455.7349.61
HexC538520483A1715d3832
Octal30570122011072275357062
Binary1100010111100010100100100100011101010111101011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53852; }

 p { color: rgb(197,56,82); }

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

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

 a { background-color: rgb(197,56,82); }

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

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

 span { border-color: rgb(197,56,82); }

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