Html Css Color HEX #C5134C Cardinal

📋 copy color: '#C5134C'

red 197 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #C5134C

Tints of Cardinal #C5134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

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

R = 67.47%
G = 6.51%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5134C (or 0xC5134C) is known color: Cardinal. HEX triplet: C5, 13 and 4C. RGB value is (197,19,76). Sum of RGB (Red+Green+Blue) = 197+19+76=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5134C is #3AECB3. Grayscale: #4E4E4E. Windows color (decimal): -3861684 or 4985797. OLE color: 4985797.

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

Color convert

RGB 197 19 76 -
CMYK 0 0.90 0.61 0.23
HSL 340.79º 0.82% 0.42% -
HSV(B) 340.79º 0.9% 0.77% -
XYZ 24.56 12.86 8.02 -
YUV 78.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 197 19 76 0 0.90 0.61 0.23 340.79 0.82 0.42
Hex C5 13 4C 0 5A 3D 17 155 52 2A
Octal 305 23 114 0 132 75 27 525 122 52
Binary 11000101 10011 1001100 0 1011010 111101 10111 101010101 1010010 101010

Color Harmonies of #C5134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5134C

Black with #C5134C

Text Example


Text Example

White with #C5134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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