#C4164F

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

Shades of Cardinal #C4164F

Tints of Cardinal #C4164F

Color information

#C4164F (or 0xC4164F) is unknown color: approx Cardinal. HEX triplet: C4, 16 and 4F. RGB value is (196,22,79). Sum of RGB (Red+Green+Blue) = 196+22+79=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4164F is #3BE9B0. Grayscale: #505050. Windows color (decimal): -3926449 or 5183172. OLE color: 5183172.

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

Color convert

RGB1962279-
CMYK00.890.600.23
HSL340.34º79.82%42.75%-
HSV(B)340.34º88.78%76.86%-
XYZ24.4612.878.59-
YUV80.52127.15210.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=65.99%
G=7.41%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196227900.890.600.23340.3479.8242.75
HexC4164F0593C17154502b
Octal304261170131742752412053
Binary1100010010110100111101011001111100101111010101001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4164F; }

 p { color: rgb(196,22,79); }

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

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

 a { background-color: rgb(196,22,79); }

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

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

 span { border-color: rgb(196,22,79); }

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