Html Css Color HEX #C4134C Cardinal

📋 copy color: '#C4134C'

red 196 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #C4134C

Tints of Cardinal #C4134C

RGB

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

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

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

R = 67.35%
G = 6.53%
B = 26.12%

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

#C4134C (or 0xC4134C) is known color: Cardinal. HEX triplet: C4, 13 and 4C. RGB value is (196,19,76). Sum of RGB (Red+Green+Blue) = 196+19+76=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4134C is #3BECB3. Grayscale: #4E4E4E. Windows color (decimal): -3927220 or 4985796. OLE color: 4985796.

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

Color convert

RGB 196 19 76 -
CMYK 0 0.90 0.61 0.23
HSL 340.68º 0.82% 0.42% -
HSV(B) 340.68º 0.9% 0.77% -
XYZ 24.3 12.72 8.01 -
YUV 78.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 196 19 76 0 0.90 0.61 0.23 340.68 0.82 0.42
Hex C4 13 4C 0 5A 3D 17 155 52 2A
Octal 304 23 114 0 132 75 27 525 122 52
Binary 11000100 10011 1001100 0 1011010 111101 10111 101010101 1010010 101010

Color Harmonies of #C4134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4134C

Black with #C4134C

Text Example


Text Example

White with #C4134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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