Html Css Color HEX #C61048 Cardinal

📋 copy color: '#C61048'

red 198 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #C61048

Tints of Cardinal #C61048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 69.23%
G = 5.59%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C61048 (or 0xC61048) is known color: Cardinal. HEX triplet: C6, 10 and 48. RGB value is (198,16,72). Sum of RGB (Red+Green+Blue) = 198+16+72=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C61048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61048 is #39EFB7. Grayscale: #4C4C4C. Windows color (decimal): -3796920 or 4722886. OLE color: 4722886.

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

Color convert

RGB 198 16 72 -
CMYK 0 0.92 0.64 0.22
HSL 341.54º 0.85% 0.42% -
HSV(B) 341.54º 0.92% 0.78% -
XYZ 24.64 12.84 7.31 -
YUV 76.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 198 16 72 0 0.92 0.64 0.22 341.54 0.85 0.42
Hex C6 10 48 0 5C 40 16 156 55 2A
Octal 306 20 110 0 134 100 26 526 125 52
Binary 11000110 10000 1001000 0 1011100 1000000 10110 101010110 1010101 101010

Color Harmonies of #C61048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61048

Black with #C61048

Text Example


Text Example

White with #C61048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61048; }

 p { color: rgb(198,16,72); }

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

background-color css

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

 a { background-color: rgb(198,16,72); }

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

border-color css

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

 span { border-color: rgb(198,16,72); }

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