Html Css Color HEX #C5194C Cardinal

📋 copy color: '#C5194C'

red 197 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #C5194C

Tints of Cardinal #C5194C

RGB

 RED value IS 197 (77.34% from 255) = 66.11%

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 66.11%
G = 8.39%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5194C (or 0xC5194C) is known color: Cardinal. HEX triplet: C5, 19 and 4C. RGB value is (197,25,76). Sum of RGB (Red+Green+Blue) = 197+25+76=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5194C is #3AE6B3. Grayscale: #525252. Windows color (decimal): -3860148 or 4987333. OLE color: 4987333.

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

Color convert

RGB 197 25 76 -
CMYK 0 0.87 0.61 0.23
HSL 342.21º 0.77% 0.44% -
HSV(B) 342.21º 0.87% 0.77% -
XYZ 24.68 13.09 8.06 -
YUV 82.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 197 25 76 0 0.87 0.61 0.23 342.21 0.77 0.44
Hex C5 19 4C 0 57 3D 17 156 4D 2C
Octal 305 31 114 0 127 75 27 526 115 54
Binary 11000101 11001 1001100 0 1010111 111101 10111 101010110 1001101 101100

Color Harmonies of #C5194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5194C

Black with #C5194C

Text Example


Text Example

White with #C5194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5194C; }

 p { color: rgb(197,25,76); }

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

background-color css

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

 a { background-color: rgb(197,25,76); }

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

border-color css

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

 span { border-color: rgb(197,25,76); }

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