Html Css Color HEX #C60640 Cardinal

📋 copy color: '#C60640'

red 198 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #C60640

Tints of Cardinal #C60640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 73.88%
G = 2.24%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C60640 (or 0xC60640) is known color: Cardinal. HEX triplet: C6, 06 and 40. RGB value is (198,6,64). Sum of RGB (Red+Green+Blue) = 198+6+64=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C60640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60640 is #39F9BF. Grayscale: #454545. Windows color (decimal): -3799488 or 4196038. OLE color: 4196038.

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

Color convert

RGB 198 6 64 -
CMYK 0 0.97 0.68 0.22
HSL 341.88º 0.94% 0.4% -
HSV(B) 341.88º 0.97% 0.78% -
XYZ 24.28 12.51 5.98 -
YUV 70.02 124.61 219.28 -
System Red Green Blue C M Y K H S L
Decimal 198 6 64 0 0.97 0.68 0.22 341.88 0.94 0.4
Hex C6 6 40 0 61 44 16 156 5E 28
Octal 306 6 100 0 141 104 26 526 136 50
Binary 11000110 110 1000000 0 1100001 1000100 10110 101010110 1011110 101000

Color Harmonies of #C60640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60640

Black with #C60640

Text Example


Text Example

White with #C60640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60640; }

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

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

background-color css

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

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

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

border-color css

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

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

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