Html Css Color HEX #C4184D Cardinal

📋 copy color: '#C4184D'

red 196 ◦ green 24 ◦ blue 77

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

Shades of Cardinal #C4184D

Tints of Cardinal #C4184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 65.99%
G = 8.08%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4184D (or 0xC4184D) is known color: Cardinal. HEX triplet: C4, 18 and 4D. RGB value is (196,24,77). Sum of RGB (Red+Green+Blue) = 196+24+77=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4184D is #3BE7B2. Grayscale: #515151. Windows color (decimal): -3925939 or 5052612. OLE color: 5052612.

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

Color convert

RGB 196 24 77 -
CMYK 0 0.88 0.61 0.23
HSL 341.51º 0.78% 0.43% -
HSV(B) 341.51º 0.88% 0.77% -
XYZ 24.43 12.92 8.23 -
YUV 81.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 196 24 77 0 0.88 0.61 0.23 341.51 0.78 0.43
Hex C4 18 4D 0 58 3D 17 156 4E 2B
Octal 304 30 115 0 130 75 27 526 116 53
Binary 11000100 11000 1001101 0 1011000 111101 10111 101010110 1001110 101011

Color Harmonies of #C4184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4184D

Black with #C4184D

Text Example


Text Example

White with #C4184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4184D; }

 p { color: rgb(196,24,77); }

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

background-color css

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

 a { background-color: rgb(196,24,77); }

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

border-color css

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

 span { border-color: rgb(196,24,77); }

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