Html Css Color HEX #C5104C Cardinal

📋 copy color: '#C5104C'

red 197 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #C5104C

Tints of Cardinal #C5104C

RGB

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

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

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

R = 68.17%
G = 5.54%
B = 26.3%

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

#C5104C (or 0xC5104C) is known color: Cardinal. HEX triplet: C5, 10 and 4C. RGB value is (197,16,76). Sum of RGB (Red+Green+Blue) = 197+16+76=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5104C is #3AEFB3. Grayscale: #4C4C4C. Windows color (decimal): -3862452 or 4985029. OLE color: 4985029.

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

Color convert

RGB 197 16 76 -
CMYK 0 0.92 0.61 0.23
HSL 340.11º 0.85% 0.42% -
HSV(B) 340.11º 0.92% 0.77% -
XYZ 24.52 12.76 8.01 -
YUV 76.96 127.47 213.62 -
System Red Green Blue C M Y K H S L
Decimal 197 16 76 0 0.92 0.61 0.23 340.11 0.85 0.42
Hex C5 10 4C 0 5C 3D 17 154 55 2A
Octal 305 20 114 0 134 75 27 524 125 52
Binary 11000101 10000 1001100 0 1011100 111101 10111 101010100 1010101 101010

Color Harmonies of #C5104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5104C

Black with #C5104C

Text Example


Text Example

White with #C5104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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