Html Css Color HEX #C7194C Cardinal

📋 copy color: '#C7194C'

red 199 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #C7194C

Tints of Cardinal #C7194C

RGB

 RED value IS 199 (78.13% from 255) = 66.33%

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

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

R = 66.33%
G = 8.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7194C (or 0xC7194C) is known color: Cardinal. HEX triplet: C7, 19 and 4C. RGB value is (199,25,76). Sum of RGB (Red+Green+Blue) = 199+25+76=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7194C is #38E6B3. Grayscale: #525252. Windows color (decimal): -3729076 or 4987335. OLE color: 4987335.

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

Color convert

RGB 199 25 76 -
CMYK 0 0.87 0.62 0.22
HSL 342.41º 0.78% 0.44% -
HSV(B) 342.41º 0.87% 0.78% -
XYZ 25.21 13.36 8.09 -
YUV 82.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 199 25 76 0 0.87 0.62 0.22 342.41 0.78 0.44
Hex C7 19 4C 0 57 3E 16 156 4E 2C
Octal 307 31 114 0 127 76 26 526 116 54
Binary 11000111 11001 1001100 0 1010111 111110 10110 101010110 1001110 101100

Color Harmonies of #C7194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7194C

Black with #C7194C

Text Example


Text Example

White with #C7194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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