Html Css Color HEX #C1194A Cardinal

📋 copy color: '#C1194A'

red 193 ◦ green 25 ◦ blue 74

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

Shades of Cardinal #C1194A

Tints of Cardinal #C1194A

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

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

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

R = 66.1%
G = 8.56%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1194A (or 0xC1194A) is known color: Cardinal. HEX triplet: C1, 19 and 4A. RGB value is (193,25,74). Sum of RGB (Red+Green+Blue) = 193+25+74=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1194A is #3EE6B5. Grayscale: #505050. Windows color (decimal): -4122294 or 4856257. OLE color: 4856257.

HSL color Cylindrical-coordinate representation of color #C1194A: hue angle of 342.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1194A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 74 -
CMYK 0 0.87 0.62 0.24
HSL 342.5º 0.77% 0.43% -
HSV(B) 342.5º 0.87% 0.76% -
XYZ 23.58 12.53 7.65 -
YUV 80.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 193 25 74 0 0.87 0.62 0.24 342.5 0.77 0.43
Hex C1 19 4A 0 57 3E 18 156 4D 2B
Octal 301 31 112 0 127 76 30 526 115 53
Binary 11000001 11001 1001010 0 1010111 111110 11000 101010110 1001101 101011

Color Harmonies of #C1194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1194A

Black with #C1194A

Text Example


Text Example

White with #C1194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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