Html Css Color HEX #C60641 Cardinal

📋 copy color: '#C60641'

red 198 ◦ green 6 ◦ blue 65

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

Shades of Cardinal #C60641

Tints of Cardinal #C60641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 73.61%
G = 2.23%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60641 (or 0xC60641) is known color: Cardinal. HEX triplet: C6, 06 and 41. RGB value is (198,6,65). Sum of RGB (Red+Green+Blue) = 198+6+65=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C60641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60641 is #39F9BE. Grayscale: #464646. Windows color (decimal): -3799487 or 4261574. OLE color: 4261574.

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

Color convert

RGB 198 6 65 -
CMYK 0 0.97 0.67 0.22
HSL 341.56º 0.94% 0.4% -
HSV(B) 341.56º 0.97% 0.78% -
XYZ 24.31 12.52 6.14 -
YUV 70.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 198 6 65 0 0.97 0.67 0.22 341.56 0.94 0.4
Hex C6 6 41 0 61 43 16 156 5E 28
Octal 306 6 101 0 141 103 26 526 136 50
Binary 11000110 110 1000001 0 1100001 1000011 10110 101010110 1011110 101000

Color Harmonies of #C60641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60641

Black with #C60641

Text Example


Text Example

White with #C60641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60641; }

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

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

background-color css

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

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

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

border-color css

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

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

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