#C6194B

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

Shades of Cardinal #C6194B

Tints of Cardinal #C6194B

Color information

#C6194B (or 0xC6194B) is unknown color: approx Cardinal. HEX triplet: C6, 19 and 4B. RGB value is (198,25,75). Sum of RGB (Red+Green+Blue) = 198+25+75=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6194B is #39E6B4. Grayscale: #525252. Windows color (decimal): -3794613 or 4921798. OLE color: 4921798.

HSL color Cylindrical-coordinate representation of color #C6194B: hue angle of 342.66º 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 #C6194B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1982575-
CMYK00.870.620.22
HSL342.66º77.58%43.73%-
HSV(B)342.66º87.37%77.65%-
XYZ24.9113.217.89-
YUV82.43123.81210.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 25 (10.16% from 255) = 8.39%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=66.44%
G=8.39%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198257500.870.620.22342.6677.5843.73
HexC6194B0573E161574e2c
Octal306311130127762652711654
Binary1100011011001100101101010111111110101101010101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6194B; }

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

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

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

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

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

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

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

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