Html Css Color HEX #C6184A Cardinal

📋 copy color: '#C6184A'

red 198 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #C6184A

Tints of Cardinal #C6184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 66.89%
G = 8.11%
B = 25%

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

#C6184A (or 0xC6184A) is known color: Cardinal. HEX triplet: C6, 18 and 4A. RGB value is (198,24,74). Sum of RGB (Red+Green+Blue) = 198+24+74=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6184A is #39E7B5. Grayscale: #515151. Windows color (decimal): -3794870 or 4856006. OLE color: 4856006.

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

Color convert

RGB 198 24 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.76º 0.78% 0.44% -
HSV(B) 342.76º 0.88% 0.78% -
XYZ 24.85 13.15 7.71 -
YUV 81.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 198 24 74 0 0.88 0.63 0.22 342.76 0.78 0.44
Hex C6 18 4A 0 58 3F 16 157 4E 2C
Octal 306 30 112 0 130 77 26 527 116 54
Binary 11000110 11000 1001010 0 1011000 111111 10110 101010111 1001110 101100

Color Harmonies of #C6184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6184A

Black with #C6184A

Text Example


Text Example

White with #C6184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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