#C92953

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

Shades of Old Rose #C92953

Tints of Old Rose #C92953

Color information

#C92953 (or 0xC92953) is unknown color: approx Old Rose. HEX triplet: C9, 29 and 53. RGB value is (201,41,83). Sum of RGB (Red+Green+Blue) = 201+41+83=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92953 is #36D6AC. Grayscale: #5D5D5D. Windows color (decimal): -3593901 or 5450185. OLE color: 5450185.

HSL color Cylindrical-coordinate representation of color #C92953: hue angle of 344.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92953 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB2014183-
CMYK00.800.590.21
HSL344.25º66.12%47.45%-
HSV(B)344.25º79.6%78.82%-
XYZ26.4414.639.61-
YUV93.63122.01204.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.85%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=61.85%
G=12.62%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201418300.800.590.21344.2566.1247.45
HexC929530503B15158422f
Octal311511230120732553010257
Binary11001001101001101001101010000111011101011010110001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92953; }

 p { color: rgb(201,41,83); }

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

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

 a { background-color: rgb(201,41,83); }

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

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

 span { border-color: rgb(201,41,83); }

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