Html Css Color HEX #C1084E Cardinal

📋 copy color: '#C1084E'

red 193 ◦ green 8 ◦ blue 78

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

Shades of Cardinal #C1084E

Tints of Cardinal #C1084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 69.18%
G = 2.87%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1084E (or 0xC1084E) is known color: Cardinal. HEX triplet: C1, 08 and 4E. RGB value is (193,8,78). Sum of RGB (Red+Green+Blue) = 193+8+78=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1084E is #3EF7B1. Grayscale: #474747. Windows color (decimal): -4126642 or 5114049. OLE color: 5114049.

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

Color convert

RGB 193 8 78 -
CMYK 0 0.96 0.60 0.24
HSL 337.3º 0.92% 0.39% -
HSV(B) 337.3º 0.96% 0.76% -
XYZ 23.45 12.06 8.3 -
YUV 71.3 131.79 214.81 -
System Red Green Blue C M Y K H S L
Decimal 193 8 78 0 0.96 0.60 0.24 337.3 0.92 0.39
Hex C1 8 4E 0 60 3C 18 151 5C 27
Octal 301 10 116 0 140 74 30 521 134 47
Binary 11000001 1000 1001110 0 1100000 111100 11000 101010001 1011100 100111

Color Harmonies of #C1084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1084E

Black with #C1084E

Text Example


Text Example

White with #C1084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1084E; }

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

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

background-color css

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

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

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

border-color css

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

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

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