#C2164E

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

Shades of Cardinal #C2164E

Tints of Cardinal #C2164E

Color information

#C2164E (or 0xC2164E) is unknown color: approx Cardinal. HEX triplet: C2, 16 and 4E. RGB value is (194,22,78). Sum of RGB (Red+Green+Blue) = 194+22+78=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2164E is #3DE9B1. Grayscale: #4F4F4F. Windows color (decimal): -4057522 or 5117634. OLE color: 5117634.

HSL color Cylindrical-coordinate representation of color #C2164E: hue angle of 340.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2164E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1942278-
CMYK00.890.600.24
HSL340.47º79.63%42.35%-
HSV(B)340.47º88.66%76.08%-
XYZ23.9112.598.38-
YUV79.81126.98209.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=65.99%
G=7.48%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194227800.890.600.24340.4779.6342.35
HexC2164E0593C18154502a
Octal302261160131743052412052
Binary1100001010110100111001011001111100110001010101001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2164E; }

 p { color: rgb(194,22,78); }

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

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

 a { background-color: rgb(194,22,78); }

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

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

 span { border-color: rgb(194,22,78); }

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