#C2385F

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

Shades of Old Rose #C2385F

Tints of Old Rose #C2385F

Color information

#C2385F (or 0xC2385F) is unknown color: approx Old Rose. HEX triplet: C2, 38 and 5F. RGB value is (194,56,95). Sum of RGB (Red+Green+Blue) = 194+56+95=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2385F is #3DC7A0. Grayscale: #656565. Windows color (decimal): -4048801 or 6240450. OLE color: 6240450.

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

Color convert

RGB1945695-
CMYK00.710.510.24
HSL343.04º55.2%49.02%-
HSV(B)343.04º71.13%76.08%-
XYZ25.7315.1212.39-
YUV101.71124.22193.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=56.23%
G=16.23%
B=27.54%

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
Decimal194569500.710.510.24343.0455.249.02
HexC2385F04733181573731
Octal30270137010763305276761
Binary1100001011100010111110100011111001111000101010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2385F; }

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

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

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

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

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

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

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

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