Html Css Color HEX #C60744 Cardinal

📋 copy color: '#C60744'

red 198 ◦ green 7 ◦ blue 68

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

Shades of Cardinal #C60744

Tints of Cardinal #C60744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 72.53%
G = 2.56%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60744 (or 0xC60744) is known color: Cardinal. HEX triplet: C6, 07 and 44. RGB value is (198,7,68). Sum of RGB (Red+Green+Blue) = 198+7+68=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60744 is #39F8BB. Grayscale: #474747. Windows color (decimal): -3799228 or 4458438. OLE color: 4458438.

HSL color Cylindrical-coordinate representation of color #C60744: hue angle of 340.84º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60744 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 7 68 -
CMYK 0 0.96 0.66 0.22
HSL 340.84º 0.93% 0.4% -
HSV(B) 340.84º 0.96% 0.78% -
XYZ 24.41 12.58 6.61 -
YUV 71.06 126.28 218.54 -
System Red Green Blue C M Y K H S L
Decimal 198 7 68 0 0.96 0.66 0.22 340.84 0.93 0.4
Hex C6 7 44 0 60 42 16 155 5D 28
Octal 306 7 104 0 140 102 26 525 135 50
Binary 11000110 111 1000100 0 1100000 1000010 10110 101010101 1011101 101000

Color Harmonies of #C60744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60744

Black with #C60744

Text Example


Text Example

White with #C60744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60744; }

 p { color: rgb(198,7,68); }

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

background-color css

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

 a { background-color: rgb(198,7,68); }

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

border-color css

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

 span { border-color: rgb(198,7,68); }

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