Html Css Color HEX #C60644 Cardinal

📋 copy color: '#C60644'

red 198 ◦ green 6 ◦ blue 68

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

Shades of Cardinal #C60644

Tints of Cardinal #C60644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 72.79%
G = 2.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60644 (or 0xC60644) is known color: Cardinal. HEX triplet: C6, 06 and 44. RGB value is (198,6,68). Sum of RGB (Red+Green+Blue) = 198+6+68=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60644 is #39F9BB. Grayscale: #464646. Windows color (decimal): -3799484 or 4458182. OLE color: 4458182.

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

Color convert

RGB 198 6 68 -
CMYK 0 0.97 0.66 0.22
HSL 340.63º 0.94% 0.4% -
HSV(B) 340.63º 0.97% 0.78% -
XYZ 24.4 12.55 6.61 -
YUV 70.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 198 6 68 0 0.97 0.66 0.22 340.63 0.94 0.4
Hex C6 6 44 0 61 42 16 155 5E 28
Octal 306 6 104 0 141 102 26 525 136 50
Binary 11000110 110 1000100 0 1100001 1000010 10110 101010101 1011110 101000

Color Harmonies of #C60644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60644

Black with #C60644

Text Example


Text Example

White with #C60644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60644; }

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

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

background-color css

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

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

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

border-color css

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

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

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