#C0395C

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

Shades of Old Rose #C0395C

Tints of Old Rose #C0395C

Color information

#C0395C (or 0xC0395C) is unknown color: approx Old Rose. HEX triplet: C0, 39 and 5C. RGB value is (192,57,92). Sum of RGB (Red+Green+Blue) = 192+57+92=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0395C is #3FC6A3. Grayscale: #656565. Windows color (decimal): -4179620 or 6044096. OLE color: 6044096.

HSL color Cylindrical-coordinate representation of color #C0395C: hue angle of 344.44º 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 #C0395C is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1925792-
CMYK00.700.520.25
HSL344.44º54.22%48.82%-
HSV(B)344.44º70.31%75.29%-
XYZ25.1314.9111.68-
YUV101.35122.73192.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=56.30%
G=16.72%
B=26.98%

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
Decimal192579200.700.520.25344.4454.2248.82
HexC0395C04634191583631
Octal30071134010664315306661
Binary1100000011100110111000100011011010011001101011000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0395C; }

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

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

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

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

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

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

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

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