#C2315A

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

Shades of Old Rose #C2315A

Tints of Old Rose #C2315A

Color information

#C2315A (or 0xC2315A) is unknown color: approx Old Rose. HEX triplet: C2, 31 and 5A. RGB value is (194,49,90). Sum of RGB (Red+Green+Blue) = 194+49+90=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2315A is #3DCEA5. Grayscale: #616161. Windows color (decimal): -4050598 or 5910978. OLE color: 5910978.

HSL color Cylindrical-coordinate representation of color #C2315A: hue angle of 343.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2315A is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1944990-
CMYK00.750.540.24
HSL343.03º59.67%47.65%-
HSV(B)343.03º74.74%76.08%-
XYZ25.1914.411.13-
YUV97.03124.04197.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=58.26%
G=14.71%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194499000.750.540.24343.0359.6747.65
HexC2315A04B36181573c30
Octal30261132011366305277460
Binary1100001011000110110100100101111011011000101010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2315A; }

 p { color: rgb(194,49,90); }

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

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

 a { background-color: rgb(194,49,90); }

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

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

 span { border-color: rgb(194,49,90); }

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