Html Css Color HEX #C6104A Cardinal

📋 copy color: '#C6104A'

red 198 ◦ green 16 ◦ blue 74

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

Shades of Cardinal #C6104A

Tints of Cardinal #C6104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 68.75%
G = 5.56%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6104A (or 0xC6104A) is known color: Cardinal. HEX triplet: C6, 10 and 4A. RGB value is (198,16,74). Sum of RGB (Red+Green+Blue) = 198+16+74=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C6104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6104A is #39EFB5. Grayscale: #4C4C4C. Windows color (decimal): -3796918 or 4853958. OLE color: 4853958.

HSL color Cylindrical-coordinate representation of color #C6104A: hue angle of 340.88º 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 #C6104A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 74 -
CMYK 0 0.92 0.63 0.22
HSL 340.88º 0.85% 0.42% -
HSV(B) 340.88º 0.92% 0.78% -
XYZ 24.71 12.87 7.66 -
YUV 77.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 198 16 74 0 0.92 0.63 0.22 340.88 0.85 0.42
Hex C6 10 4A 0 5C 3F 16 155 55 2A
Octal 306 20 112 0 134 77 26 525 125 52
Binary 11000110 10000 1001010 0 1011100 111111 10110 101010101 1010101 101010

Color Harmonies of #C6104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6104A

Black with #C6104A

Text Example


Text Example

White with #C6104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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