#c2395e

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

Shades of Old Rose #C2395E

Tints of Old Rose #C2395E

Color information

#C2395E (or 0xC2395E) is unknown color: approx Old Rose. HEX triplet: C2, 39 and 5E. RGB value is (194,57,94). Sum of RGB (Red+Green+Blue) = 194+57+94=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2395E is #3DC6A1. Grayscale: #666666. Windows color (decimal): -4048546 or 6175170. OLE color: 6175170.

HSL color Cylindrical-coordinate representation of color #C2395E: hue angle of 343.8º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2395E is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1945794-
CMYK00.710.520.24
HSL343.8º54.58%49.22%-
HSV(B)343.8º70.62%76.08%-
XYZ25.7315.212.17-
YUV102.18123.39193.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=56.23%
G=16.52%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194579400.710.520.24343.854.5849.22
HexC2395E04734181583731
Octal30271136010764305306761
Binary1100001011100110111100100011111010011000101011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2395e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2395e; }

 p { color: rgb(194,57,94); }

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

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

 a { background-color: rgb(194,57,94); }

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

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

 span { border-color: rgb(194,57,94); }

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