Html Css Color HEX #C6194A Cardinal

📋 copy color: '#C6194A'

red 198 ◦ green 25 ◦ blue 74

#C6194A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C6194A

Tints of Cardinal #C6194A

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 66.67%
G = 8.42%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6194A (or 0xC6194A) is known color: Cardinal. HEX triplet: C6, 19 and 4A. RGB value is (198,25,74). Sum of RGB (Red+Green+Blue) = 198+25+74=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6194A is #39E6B5. Grayscale: #525252. Windows color (decimal): -3794614 or 4856262. OLE color: 4856262.

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

Color convert

RGB 198 25 74 -
CMYK 0 0.87 0.63 0.22
HSL 343.01º 0.78% 0.44% -
HSV(B) 343.01º 0.87% 0.78% -
XYZ 24.87 13.2 7.71 -
YUV 82.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 198 25 74 0 0.87 0.63 0.22 343.01 0.78 0.44
Hex C6 19 4A 0 57 3F 16 157 4E 2C
Octal 306 31 112 0 127 77 26 527 116 54
Binary 11000110 11001 1001010 0 1010111 111111 10110 101010111 1001110 101100

Color Harmonies of #C6194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6194A

Black with #C6194A

Text Example


Text Example

White with #C6194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6194A; }

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

 H1.HeaderClassName
 {
   color: #C6194A;
 }
 .AnyTagClassName
 {
   color: #C6194A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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