#C6193D

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

Shades of Cardinal #C6193D

Tints of Cardinal #C6193D

Color information

#C6193D (or 0xC6193D) is unknown color: approx Cardinal. HEX triplet: C6, 19 and 3D. RGB value is (198,25,61). Sum of RGB (Red+Green+Blue) = 198+25+61=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6193D is #39E6C2. Grayscale: #505050. Windows color (decimal): -3794627 or 4004294. OLE color: 4004294.

HSL color Cylindrical-coordinate representation of color #C6193D: hue angle of 347.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6193D is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1982561-
CMYK00.870.690.22
HSL347.51º77.58%43.73%-
HSV(B)347.51º87.37%77.65%-
XYZ24.4813.045.64-
YUV80.83116.81211.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.72%
GREEN value IS 25 (10.16% from 255) = 8.80%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=69.72%
G=8.80%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198256100.870.690.22347.5177.5843.73
HexC6193D057451615c4e2c
Octal306317501271052653411654
Binary1100011011001111101010101111000101101101010111001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6193D; }

 p { color: rgb(198,25,61); }

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

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

 a { background-color: rgb(198,25,61); }

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

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

 span { border-color: rgb(198,25,61); }

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