Html Css Color HEX #C6174A Cardinal

📋 copy color: '#C6174A'

red 198 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #C6174A

Tints of Cardinal #C6174A

RGB

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

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

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

R = 67.12%
G = 7.8%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6174A (or 0xC6174A) is known color: Cardinal. HEX triplet: C6, 17 and 4A. RGB value is (198,23,74). Sum of RGB (Red+Green+Blue) = 198+23+74=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6174A is #39E8B5. Grayscale: #515151. Windows color (decimal): -3795126 or 4855750. OLE color: 4855750.

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

Color convert

RGB 198 23 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.51º 0.79% 0.43% -
HSV(B) 342.51º 0.88% 0.78% -
XYZ 24.83 13.11 7.7 -
YUV 81.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 198 23 74 0 0.88 0.63 0.22 342.51 0.79 0.43
Hex C6 17 4A 0 58 3F 16 157 4F 2B
Octal 306 27 112 0 130 77 26 527 117 53
Binary 11000110 10111 1001010 0 1011000 111111 10110 101010111 1001111 101011

Color Harmonies of #C6174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6174A

Black with #C6174A

Text Example


Text Example

White with #C6174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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