#C40946

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

Shades of Cardinal #C40946

Tints of Cardinal #C40946

Color information

#C40946 (or 0xC40946) is unknown color: approx Cardinal. HEX triplet: C4, 09 and 46. RGB value is (196,9,70). Sum of RGB (Red+Green+Blue) = 196+9+70=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C40946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40946 is #3BF6B9. Grayscale: #474747. Windows color (decimal): -3929786 or 4590020. OLE color: 4590020.

HSL color Cylindrical-coordinate representation of color #C40946: hue angle of 340.43º degrees, saturation: 0.91, 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 #C40946 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB196970-
CMYK00.950.640.23
HSL340.43º91.22%40.2%-
HSV(B)340.43º95.41%76.86%-
XYZ23.9712.376.92-
YUV71.87126.95216.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.27%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=71.27%
G=3.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19697000.950.640.23340.4391.2240.2
HexC494605F40171545b28
Octal3041110601371002752413350
Binary1100010010011000110010111111000000101111010101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40946; }

 p { color: rgb(196,9,70); }

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

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

 a { background-color: rgb(196,9,70); }

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

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

 span { border-color: rgb(196,9,70); }

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