Html Css Color HEX #C4194C Cardinal

📋 copy color: '#C4194C'

red 196 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #C4194C

Tints of Cardinal #C4194C

RGB

 RED value IS 196 (76.95% from 255) = 65.99%

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

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

R = 65.99%
G = 8.42%
B = 25.59%

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

#C4194C (or 0xC4194C) is known color: Cardinal. HEX triplet: C4, 19 and 4C. RGB value is (196,25,76). Sum of RGB (Red+Green+Blue) = 196+25+76=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4194C is #3BE6B3. Grayscale: #515151. Windows color (decimal): -3925684 or 4987332. OLE color: 4987332.

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

Color convert

RGB 196 25 76 -
CMYK 0 0.87 0.61 0.23
HSL 342.11º 0.77% 0.43% -
HSV(B) 342.11º 0.87% 0.77% -
XYZ 24.42 12.95 8.05 -
YUV 81.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 196 25 76 0 0.87 0.61 0.23 342.11 0.77 0.43
Hex C4 19 4C 0 57 3D 17 156 4D 2B
Octal 304 31 114 0 127 75 27 526 115 53
Binary 11000100 11001 1001100 0 1010111 111101 10111 101010110 1001101 101011

Color Harmonies of #C4194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4194C

Black with #C4194C

Text Example


Text Example

White with #C4194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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