Html Css Color HEX #C5104A Cardinal

📋 copy color: '#C5104A'

red 197 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #C5104A

Tints of Cardinal #C5104A

RGB

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

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

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

R = 68.64%
G = 5.57%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5104A (or 0xC5104A) is known color: Cardinal. HEX triplet: C5, 10 and 4A. RGB value is (197,16,74). Sum of RGB (Red+Green+Blue) = 197+16+74=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5104A is #3AEFB5. Grayscale: #4C4C4C. Windows color (decimal): -3862454 or 4853957. OLE color: 4853957.

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

Color convert

RGB 197 16 74 -
CMYK 0 0.92 0.62 0.23
HSL 340.77º 0.85% 0.42% -
HSV(B) 340.77º 0.92% 0.77% -
XYZ 24.45 12.74 7.65 -
YUV 76.73 126.47 213.78 -
System Red Green Blue C M Y K H S L
Decimal 197 16 74 0 0.92 0.62 0.23 340.77 0.85 0.42
Hex C5 10 4A 0 5C 3E 17 155 55 2A
Octal 305 20 112 0 134 76 27 525 125 52
Binary 11000101 10000 1001010 0 1011100 111110 10111 101010101 1010101 101010

Color Harmonies of #C5104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5104A

Black with #C5104A

Text Example


Text Example

White with #C5104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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