Html Css Color HEX #C60646 Crimson

📋 copy color: '#C60646'

red 198 ◦ green 6 ◦ blue 70

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

Shades of Crimson #C60646

Tints of Crimson #C60646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 72.26%
G = 2.19%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C60646 (or 0xC60646) is known color: Crimson. HEX triplet: C6, 06 and 46. RGB value is (198,6,70). Sum of RGB (Red+Green+Blue) = 198+6+70=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C60646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60646 is #39F9B9. Grayscale: #464646. Windows color (decimal): -3799482 or 4589254. OLE color: 4589254.

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

Color convert

RGB 198 6 70 -
CMYK 0 0.97 0.65 0.22
HSL 340º 0.94% 0.4% -
HSV(B) 340º 0.97% 0.78% -
XYZ 24.46 12.58 6.93 -
YUV 70.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 198 6 70 0 0.97 0.65 0.22 340 0.94 0.4
Hex C6 6 46 0 61 41 16 154 5E 28
Octal 306 6 106 0 141 101 26 524 136 50
Binary 11000110 110 1000110 0 1100001 1000001 10110 101010100 1011110 101000

Color Harmonies of #C60646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60646

Black with #C60646

Text Example


Text Example

White with #C60646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60646; }

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

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

background-color css

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

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

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

border-color css

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

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

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