Html Css Color HEX #C6173C Cardinal

📋 copy color: '#C6173C'

red 198 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #C6173C

Tints of Cardinal #C6173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 70.46%
G = 8.19%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6173C (or 0xC6173C) is known color: Cardinal. HEX triplet: C6, 17 and 3C. RGB value is (198,23,60). Sum of RGB (Red+Green+Blue) = 198+23+60=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6173C is #39E8C3. Grayscale: #4F4F4F. Windows color (decimal): -3795140 or 3938246. OLE color: 3938246.

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

Color convert

RGB 198 23 60 -
CMYK 0 0.88 0.70 0.22
HSL 347.31º 0.79% 0.43% -
HSV(B) 347.31º 0.88% 0.78% -
XYZ 24.41 12.94 5.49 -
YUV 79.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 198 23 60 0 0.88 0.70 0.22 347.31 0.79 0.43
Hex C6 17 3C 0 58 46 16 15B 4F 2B
Octal 306 27 74 0 130 106 26 533 117 53
Binary 11000110 10111 111100 0 1011000 1000110 10110 101011011 1001111 101011

Color Harmonies of #C6173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6173C

Black with #C6173C

Text Example


Text Example

White with #C6173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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