Html Css Color HEX #C4114C Cardinal

📋 copy color: '#C4114C'

red 196 ◦ green 17 ◦ blue 76

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

Shades of Cardinal #C4114C

Tints of Cardinal #C4114C

RGB

 RED value IS 196 (76.95% from 255) = 67.82%

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 67.82%
G = 5.88%
B = 26.3%

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

#C4114C (or 0xC4114C) is known color: Cardinal. HEX triplet: C4, 11 and 4C. RGB value is (196,17,76). Sum of RGB (Red+Green+Blue) = 196+17+76=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4114C is #3BEEB3. Grayscale: #4D4D4D. Windows color (decimal): -3927732 or 4985284. OLE color: 4985284.

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

Color convert

RGB 196 17 76 -
CMYK 0 0.91 0.61 0.23
HSL 340.22º 0.84% 0.42% -
HSV(B) 340.22º 0.91% 0.77% -
XYZ 24.27 12.66 8 -
YUV 77.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 196 17 76 0 0.91 0.61 0.23 340.22 0.84 0.42
Hex C4 11 4C 0 5B 3D 17 154 54 2A
Octal 304 21 114 0 133 75 27 524 124 52
Binary 11000100 10001 1001100 0 1011011 111101 10111 101010100 1010100 101010

Color Harmonies of #C4114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4114C

Black with #C4114C

Text Example


Text Example

White with #C4114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4114C; }

 p { color: rgb(196,17,76); }

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

background-color css

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

 a { background-color: rgb(196,17,76); }

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

border-color css

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

 span { border-color: rgb(196,17,76); }

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