Html Css Color HEX #C1104D Cardinal

📋 copy color: '#C1104D'

red 193 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #C1104D

Tints of Cardinal #C1104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

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

R = 67.48%
G = 5.59%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1104D (or 0xC1104D) is known color: Cardinal. HEX triplet: C1, 10 and 4D. RGB value is (193,16,77). Sum of RGB (Red+Green+Blue) = 193+16+77=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C1104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1104D is #3EEFB2. Grayscale: #4B4B4B. Windows color (decimal): -4124595 or 5050561. OLE color: 5050561.

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

Color convert

RGB 193 16 77 -
CMYK 0 0.92 0.60 0.24
HSL 339.32º 0.85% 0.41% -
HSV(B) 339.32º 0.92% 0.76% -
XYZ 23.52 12.24 8.14 -
YUV 75.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 193 16 77 0 0.92 0.60 0.24 339.32 0.85 0.41
Hex C1 10 4D 0 5C 3C 18 153 55 29
Octal 301 20 115 0 134 74 30 523 125 51
Binary 11000001 10000 1001101 0 1011100 111100 11000 101010011 1010101 101001

Color Harmonies of #C1104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1104D

Black with #C1104D

Text Example


Text Example

White with #C1104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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