Html Css Color HEX #C61246 Cardinal

📋 copy color: '#C61246'

red 198 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #C61246

Tints of Cardinal #C61246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 69.23%
G = 6.29%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C61246 (or 0xC61246) is known color: Cardinal. HEX triplet: C6, 12 and 46. RGB value is (198,18,70). Sum of RGB (Red+Green+Blue) = 198+18+70=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C61246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61246 is #39EDB9. Grayscale: #4D4D4D. Windows color (decimal): -3796410 or 4592326. OLE color: 4592326.

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

Color convert

RGB 198 18 70 -
CMYK 0 0.91 0.65 0.22
HSL 342.67º 0.83% 0.42% -
HSV(B) 342.67º 0.91% 0.78% -
XYZ 24.61 12.88 6.98 -
YUV 77.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 198 18 70 0 0.91 0.65 0.22 342.67 0.83 0.42
Hex C6 12 46 0 5B 41 16 157 53 2A
Octal 306 22 106 0 133 101 26 527 123 52
Binary 11000110 10010 1000110 0 1011011 1000001 10110 101010111 1010011 101010

Color Harmonies of #C61246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61246

Black with #C61246

Text Example


Text Example

White with #C61246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61246; }

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

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

background-color css

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

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

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

border-color css

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

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

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