#C60A44

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

Shades of Cardinal #C60A44

Tints of Cardinal #C60A44

Color information

#C60A44 (or 0xC60A44) is unknown color: approx Cardinal. HEX triplet: C6, 0A and 44. RGB value is (198,10,68). Sum of RGB (Red+Green+Blue) = 198+10+68=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A44 is #39F5BB. Grayscale: #484848. Windows color (decimal): -3798460 or 4459206. OLE color: 4459206.

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

Color convert

RGB1981068-
CMYK00.950.660.22
HSL341.49º90.38%40.78%-
HSV(B)341.49º94.95%77.65%-
XYZ24.4412.646.62-
YUV72.82125.28217.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.74%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=71.74%
G=3.62%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198106800.950.660.22341.4990.3840.78
HexC6A4405F42161555a29
Octal3061210401371022652513251
Binary1100011010101000100010111111000010101101010101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60A44; }

 p { color: rgb(198,10,68); }

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

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

 a { background-color: rgb(198,10,68); }

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

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

 span { border-color: rgb(198,10,68); }

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