#c3315a

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

Shades of Old Rose #C3315A

Tints of Old Rose #C3315A

Color information

#C3315A (or 0xC3315A) is unknown color: approx Old Rose. HEX triplet: C3, 31 and 5A. RGB value is (195,49,90). Sum of RGB (Red+Green+Blue) = 195+49+90=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3315A is #3CCEA5. Grayscale: #616161. Windows color (decimal): -3985062 or 5910979. OLE color: 5910979.

HSL color Cylindrical-coordinate representation of color #C3315A: hue angle of 343.15º 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 #C3315A is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1954990-
CMYK00.750.540.24
HSL343.15º59.84%47.84%-
HSV(B)343.15º74.87%76.47%-
XYZ25.4514.5411.14-
YUV97.33123.87197.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.38%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=58.38%
G=14.67%
B=26.95%

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
Decimal195499000.750.540.24343.1559.8447.84
HexC3315A04B36181573c30
Octal30361132011366305277460
Binary1100001111000110110100100101111011011000101010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3315a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3315a; }

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

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

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

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

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

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

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

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