Html Css Color HEX #C5164A Cardinal

📋 copy color: '#C5164A'

red 197 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #C5164A

Tints of Cardinal #C5164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 67.24%
G = 7.51%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5164A (or 0xC5164A) is known color: Cardinal. HEX triplet: C5, 16 and 4A. RGB value is (197,22,74). Sum of RGB (Red+Green+Blue) = 197+22+74=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5164A is #3AE9B5. Grayscale: #505050. Windows color (decimal): -3860918 or 4855493. OLE color: 4855493.

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

Color convert

RGB 197 22 74 -
CMYK 0 0.89 0.62 0.23
HSL 342.17º 0.8% 0.43% -
HSV(B) 342.17º 0.89% 0.77% -
XYZ 24.55 12.94 7.68 -
YUV 80.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 197 22 74 0 0.89 0.62 0.23 342.17 0.8 0.43
Hex C5 16 4A 0 59 3E 17 156 50 2B
Octal 305 26 112 0 131 76 27 526 120 53
Binary 11000101 10110 1001010 0 1011001 111110 10111 101010110 1010000 101011

Color Harmonies of #C5164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5164A

Black with #C5164A

Text Example


Text Example

White with #C5164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5164A; }

 p { color: rgb(197,22,74); }

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

background-color css

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

 a { background-color: rgb(197,22,74); }

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

border-color css

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

 span { border-color: rgb(197,22,74); }

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