#C6385E

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

Shades of Old Rose #C6385E

Tints of Old Rose #C6385E

Color information

#C6385E (or 0xC6385E) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 5E. RGB value is (198,56,94). Sum of RGB (Red+Green+Blue) = 198+56+94=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6385E is #39C7A1. Grayscale: #666666. Windows color (decimal): -3786658 or 6174918. OLE color: 6174918.

HSL color Cylindrical-coordinate representation of color #C6385E: hue angle of 343.94º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6385E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1985694-
CMYK00.720.530.22
HSL343.94º55.91%49.8%-
HSV(B)343.94º71.72%77.65%-
XYZ26.7215.6412.2-
YUV102.79123.04195.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.90%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=56.90%
G=16.09%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198569400.720.530.22343.9455.9149.8
HexC6385E04835161583832
Octal30670136011065265307062
Binary1100011011100010111100100100011010110110101011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6385E; }

 p { color: rgb(198,56,94); }

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

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

 a { background-color: rgb(198,56,94); }

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

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

 span { border-color: rgb(198,56,94); }

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