#C60D46

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

Shades of Cardinal #C60D46

Tints of Cardinal #C60D46

Color information

#C60D46 (or 0xC60D46) is unknown color: approx Cardinal. HEX triplet: C6, 0D and 46. RGB value is (198,13,70). Sum of RGB (Red+Green+Blue) = 198+13+70=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D46 is #39F2B9. Grayscale: #4A4A4A. Windows color (decimal): -3797690 or 4591046. OLE color: 4591046.

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

Color convert

RGB1981370-
CMYK00.930.650.22
HSL341.51º87.68%41.37%-
HSV(B)341.51º93.43%77.65%-
XYZ24.5412.746.96-
YUV74.81125.29215.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=70.46%
G=4.63%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198137000.930.650.22341.5187.6841.37
HexC6D4605D41161565829
Octal3061510601351012652613051
Binary1100011011011000110010111011000001101101010101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60D46; }

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

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

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

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

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

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

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

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