Html Css Color HEX #C5104D Cardinal

📋 copy color: '#C5104D'

red 197 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #C5104D

Tints of Cardinal #C5104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 67.93%
G = 5.52%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5104D (or 0xC5104D) is known color: Cardinal. HEX triplet: C5, 10 and 4D. RGB value is (197,16,77). Sum of RGB (Red+Green+Blue) = 197+16+77=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5104D is #3AEFB2. Grayscale: #4D4D4D. Windows color (decimal): -3862451 or 5050565. OLE color: 5050565.

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

Color convert

RGB 197 16 77 -
CMYK 0 0.92 0.61 0.23
HSL 339.78º 0.85% 0.42% -
HSV(B) 339.78º 0.92% 0.77% -
XYZ 24.55 12.78 8.19 -
YUV 77.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 197 16 77 0 0.92 0.61 0.23 339.78 0.85 0.42
Hex C5 10 4D 0 5C 3D 17 154 55 2A
Octal 305 20 115 0 134 75 27 524 125 52
Binary 11000101 10000 1001101 0 1011100 111101 10111 101010100 1010101 101010

Color Harmonies of #C5104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5104D

Black with #C5104D

Text Example


Text Example

White with #C5104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5104D; }

 p { color: rgb(197,16,77); }

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

background-color css

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

 a { background-color: rgb(197,16,77); }

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

border-color css

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

 span { border-color: rgb(197,16,77); }

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