Html Css Color HEX #C6193C Cardinal

📋 copy color: '#C6193C'

red 198 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #C6193C

Tints of Cardinal #C6193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 69.96%
G = 8.83%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6193C (or 0xC6193C) is known color: Cardinal. HEX triplet: C6, 19 and 3C. RGB value is (198,25,60). Sum of RGB (Red+Green+Blue) = 198+25+60=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6193C is #39E6C3. Grayscale: #505050. Windows color (decimal): -3794628 or 3938758. OLE color: 3938758.

HSL color Cylindrical-coordinate representation of color #C6193C: hue angle of 347.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6193C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 60 -
CMYK 0 0.87 0.70 0.22
HSL 347.86º 0.78% 0.44% -
HSV(B) 347.86º 0.87% 0.78% -
XYZ 24.45 13.03 5.5 -
YUV 80.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 198 25 60 0 0.87 0.70 0.22 347.86 0.78 0.44
Hex C6 19 3C 0 57 46 16 15C 4E 2C
Octal 306 31 74 0 127 106 26 534 116 54
Binary 11000110 11001 111100 0 1010111 1000110 10110 101011100 1001110 101100

Color Harmonies of #C6193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6193C

Black with #C6193C

Text Example


Text Example

White with #C6193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6193C; }

 p { color: rgb(198,25,60); }

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

background-color css

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

 a { background-color: rgb(198,25,60); }

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

border-color css

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

 span { border-color: rgb(198,25,60); }

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