Html Css Color HEX #C6104F Cardinal

📋 copy color: '#C6104F'

red 198 ◦ green 16 ◦ blue 79

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

Shades of Cardinal #C6104F

Tints of Cardinal #C6104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 67.58%
G = 5.46%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6104F (or 0xC6104F) is known color: Cardinal. HEX triplet: C6, 10 and 4F. RGB value is (198,16,79). Sum of RGB (Red+Green+Blue) = 198+16+79=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6104F is #39EFB0. Grayscale: #4D4D4D. Windows color (decimal): -3796913 or 5181638. OLE color: 5181638.

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

Color convert

RGB 198 16 79 -
CMYK 0 0.92 0.60 0.22
HSL 339.23º 0.85% 0.42% -
HSV(B) 339.23º 0.92% 0.78% -
XYZ 24.89 12.94 8.58 -
YUV 77.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 198 16 79 0 0.92 0.60 0.22 339.23 0.85 0.42
Hex C6 10 4F 0 5C 3C 16 153 55 2A
Octal 306 20 117 0 134 74 26 523 125 52
Binary 11000110 10000 1001111 0 1011100 111100 10110 101010011 1010101 101010

Color Harmonies of #C6104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6104F

Black with #C6104F

Text Example


Text Example

White with #C6104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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