#C20748

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

Shades of Cardinal #C20748

Tints of Cardinal #C20748

Color information

#C20748 (or 0xC20748) is unknown color: approx Cardinal. HEX triplet: C2, 07 and 48. RGB value is (194,7,72). Sum of RGB (Red+Green+Blue) = 194+7+72=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C20748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20748 is #3DF8B7. Grayscale: #464646. Windows color (decimal): -4061368 or 4720578. OLE color: 4720578.

HSL color Cylindrical-coordinate representation of color #C20748: hue angle of 339.14º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20748 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB194772-
CMYK00.960.630.24
HSL339.14º93.03%39.41%-
HSV(B)339.14º96.39%76.08%-
XYZ23.4912.097.23-
YUV70.32128.95216.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 71.06%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=71.06%
G=2.56%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19477200.960.630.24339.1493.0339.41
HexC27480603F181535d27
Octal30271100140773052313547
Binary11000010111100100001100000111111110001010100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20748; }

 p { color: rgb(194,7,72); }

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

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

 a { background-color: rgb(194,7,72); }

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

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

 span { border-color: rgb(194,7,72); }

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