Html Css Color HEX #C6124E Cardinal

📋 copy color: '#C6124E'

red 198 ◦ green 18 ◦ blue 78

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

Shades of Cardinal #C6124E

Tints of Cardinal #C6124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.53%

R = 67.35%
G = 6.12%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6124E (or 0xC6124E) is known color: Cardinal. HEX triplet: C6, 12 and 4E. RGB value is (198,18,78). Sum of RGB (Red+Green+Blue) = 198+18+78=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C6124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6124E is #39EDB1. Grayscale: #4E4E4E. Windows color (decimal): -3796402 or 5116614. OLE color: 5116614.

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

Color convert

RGB 198 18 78 -
CMYK 0 0.91 0.61 0.22
HSL 340º 0.83% 0.42% -
HSV(B) 340º 0.91% 0.78% -
XYZ 24.88 12.99 8.4 -
YUV 78.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 198 18 78 0 0.91 0.61 0.22 340 0.83 0.42
Hex C6 12 4E 0 5B 3D 16 154 53 2A
Octal 306 22 116 0 133 75 26 524 123 52
Binary 11000110 10010 1001110 0 1011011 111101 10110 101010100 1010011 101010

Color Harmonies of #C6124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6124E

Black with #C6124E

Text Example


Text Example

White with #C6124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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