Html Css Color HEX #C6114B Cardinal

📋 copy color: '#C6114B'

red 198 ◦ green 17 ◦ blue 75

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

Shades of Cardinal #C6114B

Tints of Cardinal #C6114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 68.28%
G = 5.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6114B (or 0xC6114B) is known color: Cardinal. HEX triplet: C6, 11 and 4B. RGB value is (198,17,75). Sum of RGB (Red+Green+Blue) = 198+17+75=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6114B is #39EEB4. Grayscale: #4D4D4D. Windows color (decimal): -3796661 or 4919750. OLE color: 4919750.

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

Color convert

RGB 198 17 75 -
CMYK 0 0.91 0.62 0.22
HSL 340.77º 0.84% 0.42% -
HSV(B) 340.77º 0.91% 0.78% -
XYZ 24.76 12.91 7.84 -
YUV 77.73 126.47 213.78 -
System Red Green Blue C M Y K H S L
Decimal 198 17 75 0 0.91 0.62 0.22 340.77 0.84 0.42
Hex C6 11 4B 0 5B 3E 16 155 54 2A
Octal 306 21 113 0 133 76 26 525 124 52
Binary 11000110 10001 1001011 0 1011011 111110 10110 101010101 1010100 101010

Color Harmonies of #C6114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6114B

Black with #C6114B

Text Example


Text Example

White with #C6114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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