#C6154D

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

Shades of Cardinal #C6154D

Tints of Cardinal #C6154D

Color information

#C6154D (or 0xC6154D) is unknown color: approx Cardinal. HEX triplet: C6, 15 and 4D. RGB value is (198,21,77). Sum of RGB (Red+Green+Blue) = 198+21+77=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6154D is #39EAB2. Grayscale: #505050. Windows color (decimal): -3795635 or 5051846. OLE color: 5051846.

HSL color Cylindrical-coordinate representation of color #C6154D: hue angle of 341.02º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6154D is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1982177-
CMYK00.890.610.22
HSL341.02º80.82%42.94%-
HSV(B)341.02º89.39%77.65%-
XYZ24.913.088.23-
YUV80.31126.14211.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.89%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=66.89%
G=7.09%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198217700.890.610.22341.0280.8242.94
HexC6154D0593D16155512b
Octal306251150131752652512153
Binary1100011010101100110101011001111101101101010101011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6154D; }

 p { color: rgb(198,21,77); }

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

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

 a { background-color: rgb(198,21,77); }

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

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

 span { border-color: rgb(198,21,77); }

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