Html Css Color HEX #C60948 Cardinal

📋 copy color: '#C60948'

red 198 ◦ green 9 ◦ blue 72

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

Shades of Cardinal #C60948

Tints of Cardinal #C60948

RGB

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

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

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

R = 70.97%
G = 3.23%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C60948 (or 0xC60948) is known color: Cardinal. HEX triplet: C6, 09 and 48. RGB value is (198,9,72). Sum of RGB (Red+Green+Blue) = 198+9+72=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C60948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60948 is #39F6B7. Grayscale: #484848. Windows color (decimal): -3798712 or 4721094. OLE color: 4721094.

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

Color convert

RGB 198 9 72 -
CMYK 0 0.95 0.64 0.22
HSL 340º 0.91% 0.41% -
HSV(B) 340º 0.95% 0.78% -
XYZ 24.56 12.67 7.28 -
YUV 72.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 198 9 72 0 0.95 0.64 0.22 340 0.91 0.41
Hex C6 9 48 0 5F 40 16 154 5B 29
Octal 306 11 110 0 137 100 26 524 133 51
Binary 11000110 1001 1001000 0 1011111 1000000 10110 101010100 1011011 101001

Color Harmonies of #C60948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60948

Black with #C60948

Text Example


Text Example

White with #C60948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60948; }

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

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

background-color css

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

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

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

border-color css

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

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

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