#C2395F

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

Shades of Old Rose #C2395F

Tints of Old Rose #C2395F

Color information

#C2395F (or 0xC2395F) is unknown color: approx Old Rose. HEX triplet: C2, 39 and 5F. RGB value is (194,57,95). Sum of RGB (Red+Green+Blue) = 194+57+95=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2395F is #3DC6A0. Grayscale: #666666. Windows color (decimal): -4048545 or 6240706. OLE color: 6240706.

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

Color convert

RGB1945795-
CMYK00.710.510.24
HSL343.36º54.58%49.22%-
HSV(B)343.36º70.62%76.08%-
XYZ25.7815.2212.41-
YUV102.3123.89193.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=56.07%
G=16.47%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194579500.710.510.24343.3654.5849.22
HexC2395F04733181573731
Octal30271137010763305276761
Binary1100001011100110111110100011111001111000101010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2395F; }

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

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

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

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

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

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

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

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