#C20A44

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

Shades of Cardinal #C20A44

Tints of Cardinal #C20A44

Color information

#C20A44 (or 0xC20A44) is unknown color: approx Cardinal. HEX triplet: C2, 0A and 44. RGB value is (194,10,68). Sum of RGB (Red+Green+Blue) = 194+10+68=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A44 is #3DF5BB. Grayscale: #474747. Windows color (decimal): -4060604 or 4459202. OLE color: 4459202.

HSL color Cylindrical-coordinate representation of color #C20A44: hue angle of 341.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A44 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1941068-
CMYK00.950.650.24
HSL341.09º90.2%40%-
HSV(B)341.09º94.85%76.08%-
XYZ23.412.16.57-
YUV71.63125.96215.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.32%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 68 (26.95% from 255) = 25%
R=71.32%
G=3.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194106800.950.650.24341.0990.240
HexC2A4405F41181555a28
Octal3021210401371013052513250
Binary1100001010101000100010111111000001110001010101011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A44; }

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

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

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

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

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

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

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

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