Html Css Color HEX #C1194C Cardinal

📋 copy color: '#C1194C'

red 193 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #C1194C

Tints of Cardinal #C1194C

RGB

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

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

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

R = 65.65%
G = 8.5%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1194C (or 0xC1194C) is known color: Cardinal. HEX triplet: C1, 19 and 4C. RGB value is (193,25,76). Sum of RGB (Red+Green+Blue) = 193+25+76=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1194C is #3EE6B3. Grayscale: #515151. Windows color (decimal): -4122292 or 4987329. OLE color: 4987329.

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

Color convert

RGB 193 25 76 -
CMYK 0 0.87 0.61 0.24
HSL 341.79º 0.77% 0.43% -
HSV(B) 341.79º 0.87% 0.76% -
XYZ 23.64 12.55 8.01 -
YUV 81.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 193 25 76 0 0.87 0.61 0.24 341.79 0.77 0.43
Hex C1 19 4C 0 57 3D 18 156 4D 2B
Octal 301 31 114 0 127 75 30 526 115 53
Binary 11000001 11001 1001100 0 1010111 111101 11000 101010110 1001101 101011

Color Harmonies of #C1194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1194C

Black with #C1194C

Text Example


Text Example

White with #C1194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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