#C73852

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

Shades of Old Rose #C73852

Tints of Old Rose #C73852

Color information

#C73852 (or 0xC73852) is unknown color: approx Old Rose. HEX triplet: C7, 38 and 52. RGB value is (199,56,82). Sum of RGB (Red+Green+Blue) = 199+56+82=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C73852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73852 is #38C7AD. Grayscale: #656565. Windows color (decimal): -3721134 or 5388487. OLE color: 5388487.

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

Color convert

RGB1995682-
CMYK00.720.590.22
HSL349.09º56.08%50%-
HSV(B)349.09º71.86%78.04%-
XYZ26.4915.589.59-
YUV101.72116.88197.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=59.05%
G=16.62%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199568200.720.590.22349.0956.0850
HexC738520483B1615d3832
Octal30770122011073265357062
Binary1100011111100010100100100100011101110110101011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73852; }

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

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

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

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

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

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

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

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