Html Css Color HEX #C5124C Cardinal

📋 copy color: '#C5124C'

red 197 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #C5124C

Tints of Cardinal #C5124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 67.7%
G = 6.19%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5124C (or 0xC5124C) is known color: Cardinal. HEX triplet: C5, 12 and 4C. RGB value is (197,18,76). Sum of RGB (Red+Green+Blue) = 197+18+76=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5124C is #3AEDB3. Grayscale: #4E4E4E. Windows color (decimal): -3861940 or 4985541. OLE color: 4985541.

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

Color convert

RGB 197 18 76 -
CMYK 0 0.91 0.61 0.23
HSL 340.56º 0.83% 0.42% -
HSV(B) 340.56º 0.91% 0.77% -
XYZ 24.55 12.82 8.02 -
YUV 78.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 197 18 76 0 0.91 0.61 0.23 340.56 0.83 0.42
Hex C5 12 4C 0 5B 3D 17 155 53 2A
Octal 305 22 114 0 133 75 27 525 123 52
Binary 11000101 10010 1001100 0 1011011 111101 10111 101010101 1010011 101010

Color Harmonies of #C5124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5124C

Black with #C5124C

Text Example


Text Example

White with #C5124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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