#C63B4C

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

Shades of Old Rose #C63B4C

Tints of Old Rose #C63B4C

Color information

#C63B4C (or 0xC63B4C) is unknown color: approx Old Rose. HEX triplet: C6, 3B and 4C. RGB value is (198,59,76). Sum of RGB (Red+Green+Blue) = 198+59+76=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63B4C is #39C4B3. Grayscale: #666666. Windows color (decimal): -3785908 or 4996038. OLE color: 4996038.

HSL color Cylindrical-coordinate representation of color #C63B4C: hue angle of 352.66º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B4C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1985976-
CMYK00.700.620.22
HSL352.66º54.94%50.39%-
HSV(B)352.66º70.2%77.65%-
XYZ26.1615.668.48-
YUV102.5113.05196.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=59.46%
G=17.72%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198597600.700.620.22352.6654.9450.39
HexC63B4C0463E161613732
Octal30673114010676265416762
Binary1100011011101110011000100011011111010110101100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B4C; }

 p { color: rgb(198,59,76); }

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

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

 a { background-color: rgb(198,59,76); }

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

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

 span { border-color: rgb(198,59,76); }

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