Html Css Color HEX #C60949 Cardinal

📋 copy color: '#C60949'

red 198 ◦ green 9 ◦ blue 73

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

Shades of Cardinal #C60949

Tints of Cardinal #C60949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 70.71%
G = 3.21%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C60949 (or 0xC60949) is known color: Cardinal. HEX triplet: C6, 09 and 49. RGB value is (198,9,73). Sum of RGB (Red+Green+Blue) = 198+9+73=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C60949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60949 is #39F6B6. Grayscale: #484848. Windows color (decimal): -3798711 or 4786630. OLE color: 4786630.

HSL color Cylindrical-coordinate representation of color #C60949: hue angle of 339.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60949 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 73 -
CMYK 0 0.95 0.63 0.22
HSL 339.68º 0.91% 0.41% -
HSV(B) 339.68º 0.95% 0.78% -
XYZ 24.59 12.68 7.46 -
YUV 72.81 128.12 217.3 -
System Red Green Blue C M Y K H S L
Decimal 198 9 73 0 0.95 0.63 0.22 339.68 0.91 0.41
Hex C6 9 49 0 5F 3F 16 154 5B 29
Octal 306 11 111 0 137 77 26 524 133 51
Binary 11000110 1001 1001001 0 1011111 111111 10110 101010100 1011011 101001

Color Harmonies of #C60949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60949

Black with #C60949

Text Example


Text Example

White with #C60949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60949; }

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

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

background-color css

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

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

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

border-color css

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

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

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