Html Css Color HEX #C5174C Cardinal

📋 copy color: '#C5174C'

red 197 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #C5174C

Tints of Cardinal #C5174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 66.55%
G = 7.77%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5174C (or 0xC5174C) is known color: Cardinal. HEX triplet: C5, 17 and 4C. RGB value is (197,23,76). Sum of RGB (Red+Green+Blue) = 197+23+76=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5174C is #3AE8B3. Grayscale: #515151. Windows color (decimal): -3860660 or 4986821. OLE color: 4986821.

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

Color convert

RGB 197 23 76 -
CMYK 0 0.88 0.61 0.23
HSL 341.72º 0.79% 0.43% -
HSV(B) 341.72º 0.88% 0.77% -
XYZ 24.64 13 8.05 -
YUV 81.07 125.15 210.69 -
System Red Green Blue C M Y K H S L
Decimal 197 23 76 0 0.88 0.61 0.23 341.72 0.79 0.43
Hex C5 17 4C 0 58 3D 17 156 4F 2B
Octal 305 27 114 0 130 75 27 526 117 53
Binary 11000101 10111 1001100 0 1011000 111101 10111 101010110 1001111 101011

Color Harmonies of #C5174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5174C

Black with #C5174C

Text Example


Text Example

White with #C5174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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