#C93358

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

Shades of Old Rose #C93358

Tints of Old Rose #C93358

Color information

#C93358 (or 0xC93358) is unknown color: approx Old Rose. HEX triplet: C9, 33 and 58. RGB value is (201,51,88). Sum of RGB (Red+Green+Blue) = 201+51+88=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93358 is #36CCA7. Grayscale: #646464. Windows color (decimal): -3591336 or 5780425. OLE color: 5780425.

HSL color Cylindrical-coordinate representation of color #C93358: hue angle of 345.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93358 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2015188-
CMYK00.750.560.21
HSL345.2º59.52%49.41%-
HSV(B)345.2º74.63%78.82%-
XYZ27.0315.4910.8-
YUV100.07121.2199.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=59.12%
G=15%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201518800.750.560.21345.259.5249.41
HexC9335804B38151593c31
Octal31163130011370255317461
Binary1100100111001110110000100101111100010101101011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93358; }

 p { color: rgb(201,51,88); }

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

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

 a { background-color: rgb(201,51,88); }

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

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

 span { border-color: rgb(201,51,88); }

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