#C6364E

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

Shades of Old Rose #C6364E

Tints of Old Rose #C6364E

Color information

#C6364E (or 0xC6364E) is unknown color: approx Old Rose. HEX triplet: C6, 36 and 4E. RGB value is (198,54,78). Sum of RGB (Red+Green+Blue) = 198+54+78=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6364E is #39C9B1. Grayscale: #636363. Windows color (decimal): -3787186 or 5125830. OLE color: 5125830.

HSL color Cylindrical-coordinate representation of color #C6364E: hue angle of 350º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6364E is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1985478-
CMYK00.730.610.22
HSL350º57.14%49.41%-
HSV(B)350º72.73%77.65%-
XYZ25.9815.198.77-
YUV99.79115.71198.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=60%
G=16.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198547800.730.610.2235057.1449.41
HexC6364E0493D1615e3931
Octal30666116011175265367161
Binary1100011011011010011100100100111110110110101011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6364E; }

 p { color: rgb(198,54,78); }

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

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

 a { background-color: rgb(198,54,78); }

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

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

 span { border-color: rgb(198,54,78); }

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