#C93850

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

Shades of Old Rose #C93850

Tints of Old Rose #C93850

Color information

#C93850 (or 0xC93850) is unknown color: approx Old Rose. HEX triplet: C9, 38 and 50. RGB value is (201,56,80). Sum of RGB (Red+Green+Blue) = 201+56+80=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93850 is #36C7AF. Grayscale: #666666. Windows color (decimal): -3590064 or 5257417. OLE color: 5257417.

HSL color Cylindrical-coordinate representation of color #C93850: hue angle of 350.07º 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 #C93850 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB2015680-
CMYK00.720.600.21
HSL350.07º57.31%50.39%-
HSV(B)350.07º72.14%78.82%-
XYZ26.9515.839.22-
YUV102.09115.54198.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.64%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=59.64%
G=16.62%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201568000.720.600.21350.0757.3150.39
HexC938500483C1515e3932
Octal31170120011074255367162
Binary1100100111100010100000100100011110010101101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93850; }

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

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

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

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

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

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

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

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