Html Css Color HEX #C60546 Crimson

📋 copy color: '#C60546'

red 198 ◦ green 5 ◦ blue 70

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

Shades of Crimson #C60546

Tints of Crimson #C60546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 72.53%
G = 1.83%
B = 25.64%

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

#C60546 (or 0xC60546) is known color: Crimson. HEX triplet: C6, 05 and 46. RGB value is (198,5,70). Sum of RGB (Red+Green+Blue) = 198+5+70=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C60546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60546 is #39FAB9. Grayscale: #464646. Windows color (decimal): -3799738 or 4588998. OLE color: 4588998.

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

Color convert

RGB 198 5 70 -
CMYK 0 0.97 0.65 0.22
HSL 339.79º 0.95% 0.4% -
HSV(B) 339.79º 0.97% 0.78% -
XYZ 24.45 12.56 6.93 -
YUV 70.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 198 5 70 0 0.97 0.65 0.22 339.79 0.95 0.4
Hex C6 5 46 0 61 41 16 154 5F 28
Octal 306 5 106 0 141 101 26 524 137 50
Binary 11000110 101 1000110 0 1100001 1000001 10110 101010100 1011111 101000

Color Harmonies of #C60546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60546

Black with #C60546

Text Example


Text Example

White with #C60546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60546; }

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

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

background-color css

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

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

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

border-color css

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

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

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