Html Css Color HEX #C5164E Cardinal

📋 copy color: '#C5164E'

red 197 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #C5164E

Tints of Cardinal #C5164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 66.33%
G = 7.41%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5164E (or 0xC5164E) is known color: Cardinal. HEX triplet: C5, 16 and 4E. RGB value is (197,22,78). Sum of RGB (Red+Green+Blue) = 197+22+78=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5164E is #3AE9B1. Grayscale: #505050. Windows color (decimal): -3860914 or 5117637. OLE color: 5117637.

HSL color Cylindrical-coordinate representation of color #C5164E: hue angle of 340.8º 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 #C5164E is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 78 -
CMYK 0 0.89 0.60 0.23
HSL 340.8º 0.8% 0.43% -
HSV(B) 340.8º 0.89% 0.77% -
XYZ 24.69 12.99 8.41 -
YUV 80.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 197 22 78 0 0.89 0.60 0.23 340.8 0.8 0.43
Hex C5 16 4E 0 59 3C 17 155 50 2B
Octal 305 26 116 0 131 74 27 525 120 53
Binary 11000101 10110 1001110 0 1011001 111100 10111 101010101 1010000 101011

Color Harmonies of #C5164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5164E

Black with #C5164E

Text Example


Text Example

White with #C5164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5164E; }

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

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

background-color css

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

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

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

border-color css

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

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

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