#C93052

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

Shades of Old Rose #C93052

Tints of Old Rose #C93052

Color information

#C93052 (or 0xC93052) is unknown color: approx Old Rose. HEX triplet: C9, 30 and 52. RGB value is (201,48,82). Sum of RGB (Red+Green+Blue) = 201+48+82=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93052 is #36CFAD. Grayscale: #616161. Windows color (decimal): -3592110 or 5386441. OLE color: 5386441.

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

Color convert

RGB2014882-
CMYK00.760.590.21
HSL346.67º61.45%48.82%-
HSV(B)346.67º76.12%78.82%-
XYZ26.6715.149.5-
YUV97.62119.19201.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=60.73%
G=14.50%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201488200.760.590.21346.6761.4548.82
HexC9305204C3B1515b3d31
Octal31160122011473255337561
Binary1100100111000010100100100110011101110101101011011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93052; }

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

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

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

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

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

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

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

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