#C93852

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

Shades of Old Rose #C93852

Tints of Old Rose #C93852

Color information

#C93852 (or 0xC93852) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 52. RGB value is (201,56,82). Sum of RGB (Red+Green+Blue) = 201+56+82=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C93852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93852 is #36C7AD. Grayscale: #666666. Windows color (decimal): -3590062 or 5388489. OLE color: 5388489.

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

Color convert

RGB2015682-
CMYK00.720.590.21
HSL349.24º57.31%50.39%-
HSV(B)349.24º72.14%78.82%-
XYZ27.0215.869.62-
YUV102.32116.54198.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.29%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=59.29%
G=16.52%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201568200.720.590.21349.2457.3150.39
HexC938520483B1515d3932
Octal31170122011073255357162
Binary1100100111100010100100100100011101110101101011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93852; }

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

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

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

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

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

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

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

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