Html Css Color HEX #C1164E Cardinal

📋 copy color: '#C1164E'

red 193 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #C1164E

Tints of Cardinal #C1164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

 BLUE value IS 78 (30.86% from 255) = 26.62%

R = 65.87%
G = 7.51%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1164E (or 0xC1164E) is known color: Cardinal. HEX triplet: C1, 16 and 4E. RGB value is (193,22,78). Sum of RGB (Red+Green+Blue) = 193+22+78=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1164E is #3EE9B1. Grayscale: #4F4F4F. Windows color (decimal): -4123058 or 5117633. OLE color: 5117633.

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

Color convert

RGB 193 22 78 -
CMYK 0 0.89 0.60 0.24
HSL 340.35º 0.8% 0.42% -
HSV(B) 340.35º 0.89% 0.76% -
XYZ 23.65 12.46 8.37 -
YUV 79.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 193 22 78 0 0.89 0.60 0.24 340.35 0.8 0.42
Hex C1 16 4E 0 59 3C 18 154 50 2A
Octal 301 26 116 0 131 74 30 524 120 52
Binary 11000001 10110 1001110 0 1011001 111100 11000 101010100 1010000 101010

Color Harmonies of #C1164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1164E

Black with #C1164E

Text Example


Text Example

White with #C1164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1164E; }

 p { color: rgb(193,22,78); }

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

background-color css

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

 a { background-color: rgb(193,22,78); }

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

border-color css

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

 span { border-color: rgb(193,22,78); }

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