Html Css Color HEX #C60849 Cardinal

📋 copy color: '#C60849'

red 198 ◦ green 8 ◦ blue 73

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

Shades of Cardinal #C60849

Tints of Cardinal #C60849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 73 (28.91% from 255) = 26.16%

R = 70.97%
G = 2.87%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C60849 (or 0xC60849) is known color: Cardinal. HEX triplet: C6, 08 and 49. RGB value is (198,8,73). Sum of RGB (Red+Green+Blue) = 198+8+73=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C60849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60849 is #39F7B6. Grayscale: #484848. Windows color (decimal): -3798967 or 4786374. OLE color: 4786374.

HSL color Cylindrical-coordinate representation of color #C60849: hue angle of 339.47º degrees, saturation: 0.92, 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 #C60849 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 8 73 -
CMYK 0 0.96 0.63 0.22
HSL 339.47º 0.92% 0.4% -
HSV(B) 339.47º 0.96% 0.78% -
XYZ 24.58 12.66 7.45 -
YUV 72.22 128.45 217.71 -
System Red Green Blue C M Y K H S L
Decimal 198 8 73 0 0.96 0.63 0.22 339.47 0.92 0.4
Hex C6 8 49 0 60 3F 16 153 5C 28
Octal 306 10 111 0 140 77 26 523 134 50
Binary 11000110 1000 1001001 0 1100000 111111 10110 101010011 1011100 101000

Color Harmonies of #C60849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60849

Black with #C60849

Text Example


Text Example

White with #C60849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60849; }

 p { color: rgb(198,8,73); }

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

background-color css

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

 a { background-color: rgb(198,8,73); }

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

border-color css

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

 span { border-color: rgb(198,8,73); }

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