#C63360

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

Shades of Old Rose #C63360

Tints of Old Rose #C63360

Color information

#C63360 (or 0xC63360) is unknown color: approx Old Rose. HEX triplet: C6, 33 and 60. RGB value is (198,51,96). Sum of RGB (Red+Green+Blue) = 198+51+96=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C63360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63360 is #39CC9F. Grayscale: #646464. Windows color (decimal): -3787936 or 6304710. OLE color: 6304710.

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

Color convert

RGB1985196-
CMYK00.740.520.22
HSL341.63º59.04%48.82%-
HSV(B)341.63º74.24%77.65%-
XYZ26.5815.2212.6-
YUV100.08125.7197.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.39%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=57.39%
G=14.78%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198519600.740.520.22341.6359.0448.82
HexC6336004A34161563b31
Octal30663140011264265267361
Binary1100011011001111000000100101011010010110101010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63360; }

 p { color: rgb(198,51,96); }

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

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

 a { background-color: rgb(198,51,96); }

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

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

 span { border-color: rgb(198,51,96); }

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