#C50640

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

Shades of Cardinal #C50640

Tints of Cardinal #C50640

Color information

#C50640 (or 0xC50640) is unknown color: approx Cardinal. HEX triplet: C5, 06 and 40. RGB value is (197,6,64). Sum of RGB (Red+Green+Blue) = 197+6+64=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50640 is #3AF9BF. Grayscale: #454545. Windows color (decimal): -3865024 or 4196037. OLE color: 4196037.

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

Color convert

RGB197664-
CMYK00.970.680.23
HSL341.78º94.09%39.8%-
HSV(B)341.78º96.95%77.25%-
XYZ24.0212.375.97-
YUV69.72124.78218.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 73.78%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=73.78%
G=2.25%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19766400.970.680.23341.7894.0939.8
HexC564006144171565e28
Octal305610001411042752613650
Binary110001011101000000011000011000100101111010101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50640; }

 p { color: rgb(197,6,64); }

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

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

 a { background-color: rgb(197,6,64); }

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

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

 span { border-color: rgb(197,6,64); }

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