Html Css Color HEX #C6124A Cardinal

📋 copy color: '#C6124A'

red 198 ◦ green 18 ◦ blue 74

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

Shades of Cardinal #C6124A

Tints of Cardinal #C6124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.21%

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

R = 68.28%
G = 6.21%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6124A (or 0xC6124A) is known color: Cardinal. HEX triplet: C6, 12 and 4A. RGB value is (198,18,74). Sum of RGB (Red+Green+Blue) = 198+18+74=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6124A is #39EDB5. Grayscale: #4E4E4E. Windows color (decimal): -3796406 or 4854470. OLE color: 4854470.

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

Color convert

RGB 198 18 74 -
CMYK 0 0.91 0.63 0.22
HSL 341.33º 0.83% 0.42% -
HSV(B) 341.33º 0.91% 0.78% -
XYZ 24.74 12.93 7.67 -
YUV 78.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 198 18 74 0 0.91 0.63 0.22 341.33 0.83 0.42
Hex C6 12 4A 0 5B 3F 16 155 53 2A
Octal 306 22 112 0 133 77 26 525 123 52
Binary 11000110 10010 1001010 0 1011011 111111 10110 101010101 1010011 101010

Color Harmonies of #C6124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6124A

Black with #C6124A

Text Example


Text Example

White with #C6124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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