Html Css Color HEX #C1184D Cardinal

📋 copy color: '#C1184D'

red 193 ◦ green 24 ◦ blue 77

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

Shades of Cardinal #C1184D

Tints of Cardinal #C1184D

RGB

 RED value IS 193 (75.78% from 255) = 65.65%

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

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

R = 65.65%
G = 8.16%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1184D (or 0xC1184D) is known color: Cardinal. HEX triplet: C1, 18 and 4D. RGB value is (193,24,77). Sum of RGB (Red+Green+Blue) = 193+24+77=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1184D is #3EE7B2. Grayscale: #505050. Windows color (decimal): -4122547 or 5052609. OLE color: 5052609.

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

Color convert

RGB 193 24 77 -
CMYK 0 0.88 0.60 0.24
HSL 341.18º 0.78% 0.43% -
HSV(B) 341.18º 0.88% 0.76% -
XYZ 23.66 12.53 8.19 -
YUV 80.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 193 24 77 0 0.88 0.60 0.24 341.18 0.78 0.43
Hex C1 18 4D 0 58 3C 18 155 4E 2B
Octal 301 30 115 0 130 74 30 525 116 53
Binary 11000001 11000 1001101 0 1011000 111100 11000 101010101 1001110 101011

Color Harmonies of #C1184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1184D

Black with #C1184D

Text Example


Text Example

White with #C1184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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