#C40A4D

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

Shades of Cardinal #C40A4D

Tints of Cardinal #C40A4D

Color information

#C40A4D (or 0xC40A4D) is unknown color: approx Cardinal. HEX triplet: C4, 0A and 4D. RGB value is (196,10,77). Sum of RGB (Red+Green+Blue) = 196+10+77=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A4D is #3BF5B2. Grayscale: #494949. Windows color (decimal): -3929523 or 5049028. OLE color: 5049028.

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

Color convert

RGB1961077-
CMYK00.950.610.23
HSL338.39º90.29%40.39%-
HSV(B)338.39º94.9%76.86%-
XYZ24.2112.498.16-
YUV73.25130.12215.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.26%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=69.26%
G=3.53%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196107700.950.610.23338.3990.2940.39
HexC4A4D05F3D171525a28
Octal304121150137752752213250
Binary110001001010100110101011111111101101111010100101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40A4D; }

 p { color: rgb(196,10,77); }

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

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

 a { background-color: rgb(196,10,77); }

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

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

 span { border-color: rgb(196,10,77); }

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