#c61449

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

Shades of Cardinal #C61449

Tints of Cardinal #C61449

Color information

#C61449 (or 0xC61449) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 49. RGB value is (198,20,73). Sum of RGB (Red+Green+Blue) = 198+20+73=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C61449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61449 is #39EBB6. Grayscale: #4F4F4F. Windows color (decimal): -3795895 or 4789446. OLE color: 4789446.

HSL color Cylindrical-coordinate representation of color #C61449: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61449 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1982073-
CMYK00.900.630.22
HSL342.13º81.65%42.75%-
HSV(B)342.13º89.9%77.65%-
XYZ24.7412.997.51-
YUV79.26124.47212.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.04%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=68.04%
G=6.87%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198207300.900.630.22342.1381.6542.75
HexC6144905A3F16156522b
Octal306241110132772652612253
Binary1100011010100100100101011010111111101101010101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61449; }

 p { color: rgb(198,20,73); }

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

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

 a { background-color: rgb(198,20,73); }

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

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

 span { border-color: rgb(198,20,73); }

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