#C6385A

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

Shades of Old Rose #C6385A

Tints of Old Rose #C6385A

Color information

#C6385A (or 0xC6385A) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 5A. RGB value is (198,56,90). Sum of RGB (Red+Green+Blue) = 198+56+90=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6385A is #39C7A5. Grayscale: #666666. Windows color (decimal): -3786662 or 5912774. OLE color: 5912774.

HSL color Cylindrical-coordinate representation of color #C6385A: hue angle of 345.63º 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 #C6385A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1985690-
CMYK00.720.550.22
HSL345.63º55.91%49.8%-
HSV(B)345.63º71.72%77.65%-
XYZ26.5515.5711.28-
YUV102.33121.04196.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.56%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=57.56%
G=16.28%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198569000.720.550.22345.6355.9149.8
HexC6385A048371615a3832
Octal30670132011067265327062
Binary1100011011100010110100100100011011110110101011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6385A; }

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

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

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

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

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

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

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

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