Html Css Color HEX #C6104E Cardinal

📋 copy color: '#C6104E'

red 198 ◦ green 16 ◦ blue 78

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

Shades of Cardinal #C6104E

Tints of Cardinal #C6104E

RGB

 RED value IS 198 (77.73% from 255) = 67.81%

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

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

R = 67.81%
G = 5.48%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6104E (or 0xC6104E) is known color: Cardinal. HEX triplet: C6, 10 and 4E. RGB value is (198,16,78). Sum of RGB (Red+Green+Blue) = 198+16+78=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6104E is #39EFB1. Grayscale: #4D4D4D. Windows color (decimal): -3796914 or 5116102. OLE color: 5116102.

HSL color Cylindrical-coordinate representation of color #C6104E: hue angle of 339.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6104E is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 78 -
CMYK 0 0.92 0.61 0.22
HSL 339.56º 0.85% 0.42% -
HSV(B) 339.56º 0.92% 0.78% -
XYZ 24.85 12.93 8.39 -
YUV 77.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 198 16 78 0 0.92 0.61 0.22 339.56 0.85 0.42
Hex C6 10 4E 0 5C 3D 16 154 55 2A
Octal 306 20 116 0 134 75 26 524 125 52
Binary 11000110 10000 1001110 0 1011100 111101 10110 101010100 1010101 101010

Color Harmonies of #C6104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6104E

Black with #C6104E

Text Example


Text Example

White with #C6104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6104E; }

 p { color: rgb(198,16,78); }

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

background-color css

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

 a { background-color: rgb(198,16,78); }

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

border-color css

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

 span { border-color: rgb(198,16,78); }

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