#C61246

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

Shades of Cardinal #C61246

Tints of Cardinal #C61246

Color information

#C61246 (or 0xC61246) is unknown color: approx Cardinal. HEX triplet: C6, 12 and 46. RGB value is (198,18,70). Sum of RGB (Red+Green+Blue) = 198+18+70=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C61246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61246 is #39EDB9. Grayscale: #4D4D4D. Windows color (decimal): -3796410 or 4592326. OLE color: 4592326.

HSL color Cylindrical-coordinate representation of color #C61246: hue angle of 342.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61246 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1981870-
CMYK00.910.650.22
HSL342.67º83.33%42.35%-
HSV(B)342.67º90.91%77.65%-
XYZ24.6112.886.98-
YUV77.75123.63213.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.23%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=69.23%
G=6.29%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198187000.910.650.22342.6783.3342.35
HexC6124605B4116157532a
Octal3062210601331012652712352
Binary11000110100101000110010110111000001101101010101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61246; }

 p { color: rgb(198,18,70); }

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

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

 a { background-color: rgb(198,18,70); }

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

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

 span { border-color: rgb(198,18,70); }

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