#C0395D

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

Shades of Old Rose #C0395D

Tints of Old Rose #C0395D

Color information

#C0395D (or 0xC0395D) is unknown color: approx Old Rose. HEX triplet: C0, 39 and 5D. RGB value is (192,57,93). Sum of RGB (Red+Green+Blue) = 192+57+93=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0395D is #3FC6A2. Grayscale: #656565. Windows color (decimal): -4179619 or 6109632. OLE color: 6109632.

HSL color Cylindrical-coordinate representation of color #C0395D: hue angle of 344º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0395D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1925793-
CMYK00.700.520.25
HSL344º54.22%48.82%-
HSV(B)344º70.31%75.29%-
XYZ25.1814.9211.91-
YUV101.47123.23192.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=56.14%
G=16.67%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192579300.700.520.2534454.2248.82
HexC0395D04634191583631
Octal30071135010664315306661
Binary1100000011100110111010100011011010011001101011000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0395D; }

 p { color: rgb(192,57,93); }

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

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

 a { background-color: rgb(192,57,93); }

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

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

 span { border-color: rgb(192,57,93); }

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