#c63a4c

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

Shades of Old Rose #C63A4C

Tints of Old Rose #C63A4C

Color information

#C63A4C (or 0xC63A4C) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 4C. RGB value is (198,58,76). Sum of RGB (Red+Green+Blue) = 198+58+76=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A4C is #39C5B3. Grayscale: #656565. Windows color (decimal): -3786164 or 4995782. OLE color: 4995782.

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

Color convert

RGB1985876-
CMYK00.710.620.22
HSL352.29º55.12%50.2%-
HSV(B)352.29º70.71%77.65%-
XYZ26.1115.558.46-
YUV101.91113.38196.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=59.64%
G=17.47%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198587600.710.620.22352.2955.1250.2
HexC63A4C0473E161603732
Octal30672114010776265406762
Binary1100011011101010011000100011111111010110101100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63a4c; }

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

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

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

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

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

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

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

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