#C6144C

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

Shades of Cardinal #C6144C

Tints of Cardinal #C6144C

Color information

#C6144C (or 0xC6144C) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 4C. RGB value is (198,20,76). Sum of RGB (Red+Green+Blue) = 198+20+76=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6144C is #39EBB3. Grayscale: #4F4F4F. Windows color (decimal): -3795892 or 4986054. OLE color: 4986054.

HSL color Cylindrical-coordinate representation of color #C6144C: hue angle of 341.12º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6144C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1982076-
CMYK00.900.620.22
HSL341.12º81.65%42.75%-
HSV(B)341.12º89.9%77.65%-
XYZ24.8413.038.04-
YUV79.61125.97212.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.35%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=67.35%
G=6.80%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198207600.900.620.22341.1281.6542.75
HexC6144C05A3E16155522b
Octal306241140132762652512253
Binary1100011010100100110001011010111110101101010101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6144C; }

 p { color: rgb(198,20,76); }

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

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

 a { background-color: rgb(198,20,76); }

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

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

 span { border-color: rgb(198,20,76); }

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