#C6364B

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

Shades of Old Rose #C6364B

Tints of Old Rose #C6364B

Color information

#C6364B (or 0xC6364B) is unknown color: approx Old Rose. HEX triplet: C6, 36 and 4B. RGB value is (198,54,75). Sum of RGB (Red+Green+Blue) = 198+54+75=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6364B is #39C9B4. Grayscale: #636363. Windows color (decimal): -3787189 or 4929222. OLE color: 4929222.

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

Color convert

RGB1985475-
CMYK00.730.620.22
HSL351.25º57.14%49.41%-
HSV(B)351.25º72.73%77.65%-
XYZ25.8815.158.22-
YUV99.45114.21198.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=60.55%
G=16.51%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198547500.730.620.22351.2557.1449.41
HexC6364B0493E1615f3931
Octal30666113011176265377161
Binary1100011011011010010110100100111111010110101011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6364B; }

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

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

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

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

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

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

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

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