Html Css Color HEX #C6114E Cardinal

📋 copy color: '#C6114E'

red 198 ◦ green 17 ◦ blue 78

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

Shades of Cardinal #C6114E

Tints of Cardinal #C6114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

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

R = 67.58%
G = 5.8%
B = 26.62%

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

#C6114E (or 0xC6114E) is known color: Cardinal. HEX triplet: C6, 11 and 4E. RGB value is (198,17,78). Sum of RGB (Red+Green+Blue) = 198+17+78=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6114E is #39EEB1. Grayscale: #4E4E4E. Windows color (decimal): -3796658 or 5116358. OLE color: 5116358.

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

Color convert

RGB 198 17 78 -
CMYK 0 0.91 0.61 0.22
HSL 339.78º 0.84% 0.42% -
HSV(B) 339.78º 0.91% 0.78% -
XYZ 24.86 12.96 8.4 -
YUV 78.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 198 17 78 0 0.91 0.61 0.22 339.78 0.84 0.42
Hex C6 11 4E 0 5B 3D 16 154 54 2A
Octal 306 21 116 0 133 75 26 524 124 52
Binary 11000110 10001 1001110 0 1011011 111101 10110 101010100 1010100 101010

Color Harmonies of #C6114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6114E

Black with #C6114E

Text Example


Text Example

White with #C6114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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